HN2new | past | comments | ask | show | jobs | submitlogin

The API isn't stack-based. It's more like the Python C API, complete with reference counting (but note that actual memory reclamation is done through mark-and-sweep GC), except that instead of everything being a pointer to an object, numbers and booleans are represented directly, so a union is used to represent values.


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

Search: