Andreas Rumpf
Andreas Rumpf
araqsgc
A new GC for Nim. Supports shared memory, gives complete control over what is happening. Easily tweakable for your needs.
mastering_nim
Code examples and issue tracker for my book "Mastering Nim".
nawabs
Nawabs - The anti package manager. Hacked together, might become useful eventually.
fosdem2020
Slides and source code for my FOSDEM 2020 talk "Nim - Move semantics".
nimedit
NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
packedjson
packedjson is an alternative Nim implementation for JSON. The JSON is essentially kept as a single string in order to save memory over a more traditional tree representation.