News

As previously announced, Nim 1.0 is intended to be the long-term supported stable release that only gets bug fixes and new features in future on the condition they don't break backwards compatibility.
Nim’s syntax is strongly reminiscent of Python’s, as it uses indented code blocks and some of the same syntax (such as the way if/elif/then/else blocks are constructed). Like Go or Rust, it ...