|
|
|
|
|
by dragonwriter
2680 days ago
|
|
Having a runtime and GC is not unusual for a statically-typed, compiled language. Crystal, in fact, has a runtime, that runtime has a GC, and the language FAQ notes that removing the GC would be impossible without complete redesign of the language. |
|