Nim 2.0

The Nim team is excited to announce the release of Nim version 2.0. This new version brings several improvements and features, including default ORC memory management and better tuple unpacking. Nim is a programming language that focuses on imperative programming and offers a macro system for customization. It is well-suited for hard real-time systems and system programming. Users can easily update to Nim 2.0 using the choosenim package manager or by downloading it from the nightly builds. The Nim team also encourages donations to further improve the language. The release includes new standard library modules and enhanced C++ interop capabilities. Overall, Nim 2.0 offers a more efficient and powerful programming experience.

https://nim-lang.org/blog/2023/08/01/nim-v20-released.html

To top