>>1033499 (OP)
https://duckduckgo.com/?q=genetic+fallacy
which is also why it's OK to use Ada
>Nim
yeah Nim is pretty alright. Very good FFI due to being a transpiled meme language, good performance, good macros, competes with JS-targeting languages and system languages both. It's surprisingly nice, with ranged numeric types and exhaustiveness checks on switches. Only downsides are
>indentation-based syntax
>"hi".echo is the same as "hi".e_CH_O is the same as echo("hi")
>GC
which all double as upsides in another perspective. Yeah the only complaints I can make about the language, I have to qualify with "... but you could just as easily prefer that"
It doesn't have Erlang or Ada tier support for concurrency, and Ada 2020'll probably have better support for parallelism. When I was interested in Nim, the main problem I had with it was that I kept preferring O'Caml. Nim might be an easier language for potential teammates to accept, though.