[flagged]
Dart/Flutter now has macros/metaprogramming
11–20 of 129 posts
Re: Dart/Flutter now has macros/metaprogramming
#12to anyone that has not used it, dart is an excellent language * instant compilation * amazing tooling * null safety * typed I could go on.
Re: Dart/Flutter now has macros/metaprogramming
#13to anyone that has not used it, dart is an excellent language * instant compilation * amazing tooling * null safety * typed I could go on.
I'm not really sure where it slots in in a world with a lot of programming language choices. Why would I use it over something like Rust, Go, or even JavaScript?
Re: Dart/Flutter now has macros/metaprogramming
#14Earlier quoted context omitted.
I'm not really sure where it slots in in a world with a lot of programming language choices. Why would I use it over something like Rust, Go, or even JavaScript?
Come for the Flutter, stay for the extras.
Re: Dart/Flutter now has macros/metaprogramming
#15Re: Dart/Flutter now has macros/metaprogramming
#16to anyone that has not used it, dart is an excellent language * instant compilation * amazing tooling * null safety * typed I could go on.
I'm not really sure where it slots in in a world with a lot of programming language choices. Why would I use it over something like Rust, Go, or even JavaScript?
Re: Dart/Flutter now has macros/metaprogramming
#17Re: Dart/Flutter now has macros/metaprogramming
#18Re: Dart/Flutter now has macros/metaprogramming
#19to anyone that has not used it, dart is an excellent language * instant compilation * amazing tooling * null safety * typed I could go on.
I'm not really sure where it slots in in a world with a lot of programming language choices. Why would I use it over something like Rust, Go, or even JavaScript?
Dart has a GC.
> Go
Dart has exceptions.
> JavaScript
Dart is statically typed.
---
Plus....Dart has a first-class mobile story, unlike Rust + Go.
---
Hope that helps!