|
|
|
|
|
by Cyther606
4316 days ago
|
|
With Nimrod, you can manage your own memory, or use the Boehm GC. It compiles to C/C++ with native code generation not dependent on a VM, and the Pythonic syntax makes writing such code as easy as common scripting languages [1]. 1: https://github.com/def-/nimrod-unsorted |
|