Hacker News new | ask | show | jobs
by nimmer 2000 days ago
> Languages with garbage collection

Nim uses GC by default and uses 512KB of RSS without any tuning.

(With ARC/ORC and without libc it can run on microcontrollers with 1KB of RAM)