Has anyone else looked at newLisp? It's a general-purpose scripting language based on Lisp. I haven't played with it all that much, but it looks like a neat little language.
I started looking at how it differs from other Lisps, but I don't think I'll be looking further. It looks like it's trying some different things, but I'm not sure why they're better than Common Lisp. I like lexical scope, I like lambda the way it was, and I'm not sure why I need another construct to give me closures. Some stuff, like changing cons to create a list instead of a dotted pair, seems gratuitous.
I'll keep using sbcl as a general purpose scripting language.