Hacker News new | ask | show | jobs
by masklinn 5719 days ago
> I'm pretty sure a macro would go a long way towards implementing RAII in a Lisp.

Well yeah, just build the macro you need on top of unwind-protect, that's pretty standard common lisp fare.