[Gardeners] ECL REPL feature request

Larry Clapp larry at theclapp.org
Wed Jul 19 16:45:35 CDT 2006


On 2006-07-19, Brad Beveridge wrote:
> Hey Larry, it would be nice to be able to interrupt operation of a
> Lisp form when it executes :)
> ie (loop do (format t "forever!~%"))
> Though I suspect it wouldn't be easy...

I suspect you're right, Vim+ECL being single-threaded and all.
Welcome back to the days of DOS: if your machine crashed, you had to
reboot it.  If your Vim crashes, you may have to kill it.

But maybe we could catch SIGINT or something, or write an :around
method on one of the stream output functions to check for a request to
abort.  Dunno, will have to think about it.

-- Larry




More information about the Gardeners mailing list