Skip to content

nim-lang/nimony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimony

Nimony is a new Nim implementation that is in heavy development. See design.md for the big picture. There is a blog post about its design principles.

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

  • Incremental recompilations.
  • No forward declarations for procs and types required.
  • Type-checked generics.

AI has created a good overview of our compiler architecture.

Getting started

Nimony uses a tool called hastur to build:

nim c src/hastur
src/hastur build nifler
src/hastur build nimony
src/hastur build hexer
src/hastur build nifc

About

Nimony is a new Nim implementation that is in heavy development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published