https://github.com/nim-lang/nimony
Nimony is a new Nim implementation that is in heavy development.
https://github.com/nim-lang/nimony
nim
Last synced: about 1 month ago
JSON representation
Nimony is a new Nim implementation that is in heavy development.
- Host: GitHub
- URL: https://github.com/nim-lang/nimony
- Owner: nim-lang
- License: mit
- Created: 2024-07-06T07:30:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-05T09:44:23.000Z (about 2 months ago)
- Last Synced: 2025-04-05T10:17:14.473Z (about 2 months ago)
- Topics: nim
- Language: Nim
- Homepage:
- Size: 3.33 MB
- Stars: 157
- Watchers: 19
- Forks: 10
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# nimony
Nimony is a new Nim implementation that is in heavy development. See [design.md](https://github.com/nim-lang/nimony/blob/master/doc/design.md) 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.