|
|
|
|
|
by mratsim
2459 days ago
|
|
I didn't try Crystal, but Nim is definitely on par with C. Actually you can use just plain (stack) objects and ptr object and you have no GC involved. Pass the flag -d:useMalloc (or just call your preferred allocator) and you have the full C experience and speed. |
|