Nimony v0.2 – early preview of Nim 3.0's compiler
nim-lang.github.io·20h·
Discuss: Hacker News
Flag this post

2025-10-01

Greetings, Nim community!

What it is: Nimony is a new compiler for a Nim variant aimed at becoming Nim 3.0 over time. The current focus is the Aufbruch mode: destructor-based memory management (ARC), value-centric semantics, predictable code generation, and a plugin-based metaprogramming model.

This is our first release, version 0.2, which provides a working core for basic programs. It’s an early preview, not a complete language, and targets developers interested in testing the fundamentals.

This time, I (planetis) was tasked with providing a review of the current state of Nimony as of 30 October 2025. We thought an honest opinion is better than a generic enthusiastic release announcement.

For this purpose, I wrote a simple UI program: in about 250 lines of…

Similar Posts

Loading similar posts...