|
|
|
|
|
by didip
3734 days ago
|
|
Definitely. For me, it has completely replaced Python in the "writing app" department. The best parts: * Static typing without much ceremony. * Incredibly small memory footprint. * on-par performance with Java without me being forced to write Java. * Hella easy to deploy, one binary that contains everything. Runtime + GC + app code. |
|