Hacker News new | ask | show | jobs
by backpropaganda 2958 days ago
> unfortunately this means that you cannot use the stdlib either

This is the kind of friction I expect from a language which uses GC, for my usecase. I think it might make sense for Nim to support a GC-less stdlib for people who do not want GC in their code.

1 comments

This is giving me D flashbacks.