|
|
|
|
|
by archargelod
19 days ago
|
|
That's actually a great argument for Nim[0]. Easy interop with C, native-speed performance, and a syntax very close to Python in both readability and how quickly you can get something working. Batteries included, automatic memory management without a conventional GC and metaprogramming - is a really cool combination. [0] - https://nim-lang.org/ |
|
Wish I had the time and skill to actually contribute to the LSP, if you have ever used Nim it's a seriously underrated language.