Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What programming languages can be used to develop in Google Fuchsia?

Tags:

fuchsia

What programming languages can be used to develop Google Fuchsia applications?

like image 491
Yousha Aleayoub Avatar asked Jul 25 '18 17:07

Yousha Aleayoub


People also ask

What programing languages does Google use?

Python, C++, Go, and Java are the top programming languages used internally at Google.

Does Fuchsia support Kotlin?

"Fuchsia is a modern open source operating system that's simple, secure, updatable, and performant." Fuchsia is the replacement for Android + Kotlin. List of porgramming languages supported by Fuchsia. As you can see Kotlin is not listed in the list of supported programming languages for Fuchsia.

Is Google coded in C++?

C++ is one of the main development languages used by many of Google's open-source projects.


2 Answers

Google Fuchsia required Development SDK : Flutter.

Google Fuchsia Supported languages

  • C/C++
  • Dart
  • FIDL
  • Go
  • Rust
  • Flutter modules (to write a graphical module)

official documentation https://fuchsia.googlesource.com/docs/+/ea2fce2874556205204d3ef70c60e25074dc7ffd/development/README.md

like image 137
Mohsin kazi Avatar answered Sep 22 '22 12:09

Mohsin kazi


The apps are primarily developed in Flutter SDK, in Dart.

But reportedly, apps made for Android are going to work seamlessly on Fuchsia as well: https://www.businessinsider.com/google-fuchsia-run-android-apps-2018-4?IR=T

like image 43
Mika Feiler Avatar answered Sep 21 '22 12:09

Mika Feiler