Re: Hi

2020-05-12 Thread Eli Naeher
I'm another lapsed Common Lisper. I used it professionally from 2008-2014 but since then I've been paying the bills with Clojure. Clojure is nice enough but there is a great deal I miss from CL and I hope I can write it in anger again sometime. -Eli

Testing and concurrency

2014-03-14 Thread Eli Naeher
Hello, Recently I've begun writing tests which need to do things in several threads. I'm curious as to what approaches other people have taken when doing this, and whether any of the CL test frameworks address this situation specifically. Some of the things I've run into: - detecting, handling,

Re: [pro] How to interact with a running lisp instance?

2010-12-17 Thread Eli Naeher
On Fri, Dec 17, 2010 at 2:35 PM, Faré wrote: > More importantly, we keep matching versions of swank and slime > in our version control system. If you want to attach to a server, > make sure you're using the appropriate SLIME. This way we could debug > years-old production servers using obsolete ve