|
|
|
|
|
by mbo
2816 days ago
|
|
> [Nim] is too new It's actually a year older than Go (2008 rather than 2009). If you don't want to use Nim because it's not stable enough or has too small an ecosystem (I disagree), you could try out Scala Native or Kotlin Native. A large portion of their ecosystem successfully compile to native code (although you may have issues with Scala Native compile times). You can also check out OCaml. |
|
I have checked out OCaml but it's not mainstream enough to have libraries for... anything really. Here's the first thing I checked just now: https://www.elastic.co/guide/en/elasticsearch/client/communi...
The OCaml client was abandoned 5 years ago. Nim doesn't even appear on the page!
This page says Kotlin Native is still in preview: https://kotlinlang.org/docs/reference/native-overview.html
Also, I am not seeing a reason why Go is not a good choice.