Hacker News new | ask | show | jobs
by wozer 6647 days ago
No, it's not (E)Lisp related.

My "debugger" in fact executes a whole function without stop and prints the values of all used variables and the results of nested function calls next to the code itself.

I'm not yet sure how useful this is, but it's a fun project and a good excuse to implement an interpreter for said esoterical language.