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

How would you write such a function? The ways to interact with the call stack in Common Lisp are very, very limited.


The debugger of a Lisp system is also not exclusively written in the language (operators, ...) described in the Lisp standard. The standard language is largely independent from a runtime. It says nothing about the implementation technology. The Lisp system could be running on a virtual machine (like many Smalltalk systems), it could be a whole-program compiler to C, ...

For example in LispWorks it's possible to look at a snapshot of a stack in a Debugger, later.




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

Search: