Hacker News
- Dart added support for cross-compilation https://dart.dev/tools/dart-compile#cross-compilation-exe 1 comment
- Dart to JVM bytecode compiler http://code.google.com/p/jdart/ 7 comments
- "Hello World" in Dart, compiled to JavaScript https://gist.github.com/1277224 148 comments
Lobsters
- dart2native: Compile Dart to self-contained, native executables https://medium.com/dartlang/dart2native-a76c815e6baf 12 comments programming
- Compile-time Dependency Injection for Dart and Flutter https://pub.dev/packages/inject_annotation 18 comments dartlang
- Compile-time Dependency Injection for Dart and Flutter https://pub.dev/packages/inject_annotation 8 comments flutterdev
- A Kotlin to Dart compiler https://github.com/dotlin-org/dotlin 14 comments kotlin
- fixed_collections | Dart Package (Unmodifiable Lists with Compile Time Errors) https://pub.dev/packages/fixed_collections 6 comments dartlang
- Using GitHub Actions to easily compile Dart scripts to native executables for Windows, Linux, macOS https://blog.dantup.com/2019/11/easily-compiling-dart-to-native-executables-for-windows-linux-macos-with-github-actions/ 6 comments dartlang
- Dart 2.3 supports compile AOT, but can it import and use binary library? https://dart.dev/tools/dart2aot 3 comments dartlang
- AOT Compilation, Kernel, and Other Dart Hackery https://thosakwe.com/blog/aot-compilation-and-other-dart-hackery 4 comments dartlang
- DartSASS compiled with Dart's new AOT compiler is as fast or faster than LibSass (C++) https://github.com/sass/dart-sass/blob/master/perf.md 5 comments dartlang
- New official sass implementation is compiled ditectly to javascript using Dart http://blog.sass-lang.com/posts/1022316-announcing-dart-sass 4 comments javascript
- Dart Dev Compiler added to SDK 1.16 https://github.com/dart-lang/sdk/blob/master/changelog.md 13 comments dartlang
- "Hello World" in Dart, Compiled to JavaScript (redux!) https://gist.github.com/1385015 202 comments programming
- "Hello World" in Dart, Compiled to JavaScript https://gist.github.com/1277224 250 comments programming