Can Nim be considered an independent language?

2023-06-10 Thread auxym
https://peterme.net/is-nim-a-transpiler.html

Can Nim be considered an independent language?

2023-06-10 Thread froeling
OK, so nim is a language in its own right, like python, rust, c, cpp and more?

Can Nim be considered an independent language?

2023-06-10 Thread SolitudeSF
what does that even mean?

Can Nim be considered an independent language?

2023-06-10 Thread froeling
ok, thx for answer. have a nice day

Can Nim be considered an independent language?

2023-06-10 Thread termer
Well, Nim is objectively self-hosted as it's written in Nim. If you're meaning the fact that it needs an intermediary compiler would imply that it's not independent, I'll disagree with you because other languages that people consider independent such as Rust depend on LLVM, which is in fact an

Can Nim be considered an independent language?

2023-06-10 Thread mratsim
> So Nim can be considered a language in its own right? What would it be if Nim wasn't a language? > independent What do you mean by independent?

Can Nim be considered an independent language?

2023-06-10 Thread froeling
Hi, I wanted to ask you something. So Nim can be considered a language in its own right? And the fact that it is translated into cpp, c, js is done in order to expand the possibilities of the language?