Why Crystal is the most promising programming language of 2018(medium.com)
medium.com
Why Crystal is the most promising programming language of 2018
https://medium.com/@DuroSoft/why-crystal-is-the-most-promising-programming-language-of-2018-aad669d8344f
1 comments
The author doesn't mention memory management. I gather Crystal does not have a garbage collector, but the author doesn't explain how Crystals memory management compares to C++ or Rust.
Crystal uses Boehm GC https://github.com/ivmai/bdwgc