Hacker News new | ask | show | jobs
by lispm 4322 days ago
Providing patches as compiled code loadable into applications is fairly common (!) in Lisp.
1 comments

But usually those patches are already validated. Providing validated patches is one thing; developing them on the live system is another.
You would develop it in some live system anyway. That's the usual way to develop in Lisp. It does not mean that the 'live system' is also a 'production system'.