5 votes

Topic deleted by author

1 comment

  1. teaearlgraycold
    Link
    How light is the runtime for nim? There are a lot of compiled languages that still include a hefty GCing/etc. runtime. Even without a GC or something like Go's deadlock detection, languages like C...

    How light is the runtime for nim? There are a lot of compiled languages that still include a hefty GCing/etc. runtime.

    Even without a GC or something like Go's deadlock detection, languages like C and rust still have a runtime. It's just all inlined.

    2 votes