← Back to context Comment by jcmontx 2 days ago how does memory management work? malloc and such? 1 comment jcmontx Reply Jeaye 2 days ago jank has a GC, just like Clojure. jank is Clojure.The seamless C++ interop allows for stack-allocated C++ objects, as well as manual memory management, but the default is that everything is tracked by the GC.
Jeaye 2 days ago jank has a GC, just like Clojure. jank is Clojure.The seamless C++ interop allows for stack-allocated C++ objects, as well as manual memory management, but the default is that everything is tracked by the GC.
jank has a GC, just like Clojure. jank is Clojure.
The seamless C++ interop allows for stack-allocated C++ objects, as well as manual memory management, but the default is that everything is tracked by the GC.