show/hide this revision's text 2 changed title to more accurately reflect the question posed

What are some practical examples of LISP implementationbeing used in production, outside of AI and academia?

show/hide this revision's text 1

What are some practical examples of LISP implementation?

A simple Googlin' will reveal that the search term 'practical lisp' returns a link for Practical Common LISP, which is a very nice starter book. However, this is not what I was looking for or had in mind when I set out to search those terms.

I am well versed in the applications of LISP and functional programming with regards to artificial intelligence, as well as academic comparative programming examples. All of the academic theory is fine and dandy and I certainly appreciate it, but I'm looking for some real-world non-AI examples of practical LISP implementation.

As an example, development using LISP in the workplace, in a piece of production code. I know that OOP is generally canon in group software development and I can understand why, but let's put aside our feelings on that and try and find some practical examples of LISP in action, perhaps other than web applications as those are what I've found so far.

I'm not using this to prove or disprove the adequacy of the language, I am genuinely curious about what is out there. Fanboys may retire from the stage at this point.

There is a good question about beginning to learn functional programming over here, but it isn't language specific. If you're like me and interested in functional programming, check it out. You might have ended up here wondering about LISP, after all.