Good one: this document describes which languages Fuchsia supports. Short summary:
- C - platform ✅, end-developers ✅
- C++ - platform ✅, end-developers ✅
- Dart - platform ✅, end-developers ✅
- Rust - platform ✅, end-developers ❌
- Go - platform ❌, end-developers ❌
- Python - platform ✅, end-developers ❌
#fuchsia #google #language
- C - platform ✅, end-developers ✅
- C++ - platform ✅, end-developers ✅
- Dart - platform ✅, end-developers ✅
- Rust - platform ✅, end-developers ❌
- Go - platform ❌, end-developers ❌
- Python - platform ✅, end-developers ❌
#fuchsia #google #language
Haven't heard about Fuchsia in a while. Here's a talk about their IPC lang by a FIDL dev.
#talk #os #fuchsia
#talk #os #fuchsia
YouTube
"An IPC Language For The Whole Operating System" by Ian McKellar (Strange Loop 2022)
Fuchsia is a new open source operating system, developed primarily by Google. One of its distinctive features is the Fuchsia Interface Definition Language (FIDL) that is used to define the API and ABI boundaries between all the different parts of the system…