|
|
|
|
|
by freitzzz
350 days ago
|
|
I would say that the best benefits are: - Cross Compilation (even wasm and js) out of the box
- Simple concurrency model, similar to NodeJS
- Ability to use it on a popular cross platform framework (flutter)
- Hot reload capibilities (has JIT and AOT mode)
- Strong developer tool chain All of these are built on top of a language that has a pretty syntax and supports many language paradigms. The biggest con is the (weak) package ecosystem and community. |
|