18 ms·
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 variabl
by colingw 3y 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/changelog.md#new-forms https://git.sr.ht/~technomancy/fennel/tree/1.4.0/item/change...
- schemescape 3y agoThanks for the correction! I had only used Lua, and thought Fennel had no runtime, so I assumed this was not possible.