5 ms·
You can ditch Nims GC and runtime and bring your own if you want. Of course you'd lose access to most of the stdlib but this is why Nim can be used and is popul
by hahaitsfunny 4y ago
You can ditch Nims GC and runtime and bring your own if you want. Of course you'd lose access to most of the stdlib but this is why Nim can be used and is popular for embedded / bare metal.
Tmk Crystal still lacks Windows support as well and probably other os's / archs's compared to Nim
- bovermyer 4y agoWindows support is close. See this issue: https://github.com/crystal-lang/crystal/issues/5430 https://github.com/crystal-lang/crystal/issues/5430
- db65edfc7996 4y agoWindows support has been a target since 2013. That's too long for me to put any credibility in projections on when it will be generally released.
- zw963 4y agoCrytal can disable GC and runtime too. https://crystal-lang.org/reference/1.4/syntax_and_semantics/compile_time_flags.html#stdlib-features https://crystal-lang.org/reference/1.4/syntax_and_semantics/... Of course, same as Nim, you lose access to most of the stdlib.