Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 392 Bytes

nimony

Nimony is a new Nim implementation that is in heavy development. See nim-lang/RFCs#556 for the big picture.

The current focus is on developing a minimal compiler for a Nim dialect that offers:

  • Incremental recompilations.
  • No forward declarations for procs and types required.
  • Allow for explicit cyclic module dependencies.
  • Type-checked generics.