Statically typed, imperative style, simple syntax. In case anyone was curious.
It looks a lot like Python at first glance. Are there any significant differences between the two?
statically typed unlike Python, Compiles down to a binary (via C code generation) unlike CPython, (and even to Javascript).
Gotcha, for some reason didn’t notice you could compile binaries with it. I’ll be looking into this.
Has anybody developed something with Nim? How was your experience?
Statically typed, imperative style, simple syntax. In case anyone was curious.
It looks a lot like Python at first glance. Are there any significant differences between the two?
statically typed unlike Python, Compiles down to a binary (via C code generation) unlike CPython, (and even to Javascript).
Gotcha, for some reason didn’t notice you could compile binaries with it. I’ll be looking into this.
Has anybody developed something with Nim? How was your experience?