What are some examples of large projects (e.g., web sites) programmed in Lisp or a Lisp framework?

link|improve this question
1  
Look for some projects done with Clojure. – James Black Nov 9 '10 at 3:45
feedback

closed as not constructive by Jacques Cousteau, Will Nov 2 '11 at 18:39

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

9 Answers

Most of emacs and its many extensions/modes are written in emacs lisp.

link|improve this answer
feedback

There's a discussion from Lambda The Ultimate from a couple years back that's relevant.

link|improve this answer
feedback

The Orbitz travel web site runs on Lisp: http://www.paulgraham.com/carl.html

link|improve this answer
feedback

The Operating System and in fact the entire system on the various Lisp Machines was written in Lisp. In fact, while the commercial Lisp Machines often used more traditional languages such as Verilog and VHDL, on some of the more "researchy" Lisp Machines, even the CPU was written in Lisp.

Lispers just love their language. They'd rather write everything in it. (In that way, they are similar to Smalltalkers.)

link|improve this answer
feedback

Flightcaster is a heavy user of Clojure. While Ruby on Rails provides the pretty face, all the "thinking" (statistical analysis / machine learning) is done in Clojure.

link|improve this answer
feedback

The early versions of Reddit were written in Lisp. The Yahoo Store (formerly ViaWeb) was written in Lisp.

link|improve this answer
feedback

These bioinformatics platforms are both built on Lisp:

BioCyc (sorry, can't post a link -- try biocyc dot org)

BioBike (sorry, can't post a link -- try biobike dot org)

As was this commercial application for pharmaceutical chemists:

http://www.franz.com/success/customer_apps/bioinformatics/mdl_story.lhtml

All are fairly large projects, at least in terms of complexity (I've worked on all three of them).

link|improve this answer
feedback

GBBopen is an actively maintained AI framework, a blackboard system, in Lisp -> http://gbbopen.org/overview.html

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.