Hacker News new | ask | show | jobs
by colingw 870 days ago
To be the most fair, Fennel 1.4 recently released with an `assert-repl` form that opens a repl when some assertion fails, in which you can inspect local variables, etc. That's getting closer to CL.

https://git.sr.ht/~technomancy/fennel/tree/1.4.0/item/change...

1 comments

Thanks for the correction! I had only used Lua, and thought Fennel had no runtime, so I assumed this was not possible.