Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

how does memory management work? malloc and such?


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: