Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One of the nice things about Dart in particular is that they are actually very aware that they are currently a small community.

In that sense they ended up making a big focus on having great interop with other languages. Currently they have C, C++, Rust, Swift, JavaScript (browser and node), Java, Kotlin and Objective C all more or less working and an upcoming goal of WASI will also open up that entire ecosystem.

Plus all of your usual interop solutions for out of process communication. I.e anything that speaks gRPC like Ruby, C#, Go, PHP etc has strongly typed automatically generated code libraries for you.



Many of those solutions rely on Flutter platform channels (ie. serialization) which may not suit high performance use cases.

Plug: native Swift platform channel implementation which I’ve been working on lately. https://github.com/PADL/FlutterSwift




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: