Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Friday December 01 2017, @04:42PM   Printer-friendly
from the if-some-is-good,-and-more-is-better,-than-too-many-languages-is-not-enough dept.

Google will contribute changes to Apple's Swift programming language, and will support the language in the Fuchsia OS, a presumed replacement for Android, ChromeOS, etc. that is designed to work on all devices:

Fuchsia is Google's not-at-all-but-kind-of-secret operating system that's being developed in the open, but with almost zero official messaging about what it's for, or what it's built to replace. (Android? Chrome OS? Both? Neither?) The operating system's core is written in mostly C and C++, with Dart for the default "Flutter" UI, but other languages like Go, Rust, Python, and now Swift have also found a home in the project.

Of course, just because you'll be able to compile Swift to run on Fuchsia doesn't mean you'll be able to instantly port any iOS app to Google's new OS when or if it ships. While Apple has open sourced the Swift language itself, much of the iOS platform (like the UI stuff, for instance) is closed source, so code that relies on those closed Apple libraries won't be portable.

One possible future in a world where Fuchsia is an important and relevant platform for apps is that you write the "core logic" of your app in your language of choice — Swift, Go, Rust, JavaScript, etc. — and then you build a custom UI for each platform — Android, iOS, Fuchsia, Linux, Windows, the web — using the appropriate tools for each.

Also at Android Police.

Previously: Google's New Non-Linux OS: Fuchsia
Google's Not-So-Secret New OS
Google Fuchsia UI Previewed


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Saturday December 02 2017, @11:08AM (1 child)

    by Anonymous Coward on Saturday December 02 2017, @11:08AM (#604213)

    Kitten [kittenlang.org] for instance, while still young, is looking like everything you'd want from a modernized Forth.

    "There is an interpreter written in Haskell, and a work-in-progress native code compiler." http://kittenlang.org/faq/ [kittenlang.org]
    If there is a more definite way to spell "stillborn", I've yet to see it.

  • (Score: 2) by RamiK on Saturday December 02 2017, @01:25PM

    by RamiK (1813) on Saturday December 02 2017, @01:25PM (#604250)

    Looks lively enough to me: https://github.com/evincarofautumn/kitten [github.com]

    Don't forget stacks language like Forth don't have a lot of code in the compiler and std-lib. But if you're looking for something more wide-spread then Kitten and more modern than Forth, you can check out Factor: https://github.com/factor/factor [github.com] In fact, there's a whole wiki with a list of languages that fit the bill: https://concatenative.org/wiki/view/Front%20Page [concatenative.org]

    --
    compiling...