What are some examples of LISP being used in production, outside of AI and academia? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T01:32:13Z http://stackoverflow.com/feeds/question/406729 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ 6 What are some examples of LISP being used in production, outside of AI and academia? Angelina 2009-01-02T12:59:00Z 2009-05-26T18:58:26Z <p>A simple Googlin' will reveal that the search term 'practical lisp' returns a link for <a href="http://www.gigamonkeys.com/book/" rel="nofollow">Practical Common LISP</a>, 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. </p> <p>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. </p> <p>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.</p> <p><strong>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.</strong></p> <p><a href="http://stackoverflow.com/questions/345792/learning-functional-programming">There is a good question about beginning to learn functional programming over here, but it isn't language specific.</a> If you're like me and interested in functional programming, check it out. You might have ended up here wondering about LISP, after all.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406763#406763 10 Answer by Henrik Hartz for What are some examples of LISP being used in production, outside of AI and academia? Henrik Hartz 2009-01-02T13:16:53Z 2009-01-02T13:16:53Z <p>EMACS is written in LISP ;-)</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406771#406771 2 Answer by Nils Pipenbrinck for What are some examples of LISP being used in production, outside of AI and academia? Nils Pipenbrinck 2009-01-02T13:20:29Z 2009-01-02T13:20:29Z <p>DERIVE has been implemented in LISP back in 1988. It's still the math-program of choice for me. To bad TI has discontinued it a year ago or so.</p> <p><a href="http://en.wikipedia.org/wiki/Derive_" rel="nofollow">http://en.wikipedia.org/wiki/Derive_</a>(computer_algebra_system)</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406875#406875 9 Answer by Matthias Benkard for What are some examples of LISP being used in production, outside of AI and academia? Matthias Benkard 2009-01-02T14:12:44Z 2009-01-02T14:12:44Z <p>See the question <a href="http://stackoverflow.com/questions/172798/lisp-in-the-real-world">“Lisp in the real world”</a>.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406897#406897 2 Answer by Kim for What are some examples of LISP being used in production, outside of AI and academia? Kim 2009-01-02T14:22:21Z 2009-01-02T14:22:21Z <p>You can find lists of programs written in LISP <a href="http://www.lispwire.com/home" rel="nofollow">here</a> and <a href="http://www.cliki.net/Application" rel="nofollow">here</a>. You could also do a search on <a href="http://sourceforge.net" rel="nofollow">sourceforge</a>.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406913#406913 1 Answer by joel.neely for What are some examples of LISP being used in production, outside of AI and academia? joel.neely 2009-01-02T14:30:13Z 2009-01-02T14:30:13Z <p><a href="http://www.gimp.org/docs/scheme_plugin/" rel="nofollow">Script-Fu</a> under <a href="http://www.gimp.org/" rel="nofollow">Gimp</a> is also LISP (the Scheme dialect).</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/406962#406962 0 Answer by Slapout for What are some examples of LISP being used in production, outside of AI and academia? Slapout 2009-01-02T14:49:20Z 2009-01-02T14:49:20Z <p>I believe some of the earlier Yahoo shops stuff was in LISP. It was written by Paul Graham and company and then bought out by Yahoo. But I think Yahoo has since rewritten it in another language. He wrote <a href="http://www.paulgraham.com/avg.html" rel="nofollow">an essay</a> about it. </p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/407047#407047 5 Answer by mikelong for What are some examples of LISP being used in production, outside of AI and academia? mikelong 2009-01-02T15:16:29Z 2009-05-26T18:49:51Z <p><a href="http://en.wikipedia.org/wiki/Paul%5FGraham" rel="nofollow">Paul Graham</a> formed a startup company called ViaWeb in the 90's to allow users to create online webshops without any programming experience. This company was then bought out by Yahoo! to create Yahoo! Stores. Paul attributed the companys success to LISP. See his essay, <a href="http://www.paulgraham.com/avg.html" rel="nofollow">Beating the Averages</a>.</p> <p>He is also the creator of a LISP dialect, arc. Arc is the implementation language for the popular website <a href="http://news.ycombinator.com/" rel="nofollow">Hacker News</a></p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/407349#407349 2 Answer by Larry Clapp for What are some examples of LISP being used in production, outside of AI and academia? Larry Clapp 2009-01-02T16:39:12Z 2009-01-02T16:39:12Z <p>First of, I believe you should phrase your question as "what are some practical examples of non-web-based programs implemented in Lisp"? To a Lisper, asking about "Lisp implementations" means "implementations of Lisp compilers or interpreters", such as Lispworks (commercial) or CMUCL (open source).</p> <p>I think these might be some of the examples you're looking for:</p> <ul> <li>Portable Allegroserv (Debian package: <a href="http://packages.debian.org/etch/cl-aserve" rel="nofollow">http://packages.debian.org/etch/cl-aserve</a>) -- web server</li> <li>cl-awk (Debian: <a href="http://packages.debian.org/etch/cl-awk" rel="nofollow">http://packages.debian.org/etch/cl-awk</a>) -- some (all?) AWK functionality</li> <li>cl-f2cl (Debian: <a href="http://packages.debian.org/etch/cl-f2cl" rel="nofollow">http://packages.debian.org/etch/cl-f2cl</a>) -- convert Fortran to Common Lisp</li> <li>cl-ftp (Debian: <a href="http://packages.debian.org/etch/cl-ftp" rel="nofollow">http://packages.debian.org/etch/cl-ftp</a>) -- FTP library</li> <li>cl-inflate (Debian: <a href="http://packages.debian.org/etch/cl-inflate" rel="nofollow">http://packages.debian.org/etch/cl-inflate</a>) -- (de)compress files</li> </ul> <p>Basically I'm cherry-picking packages from <a href="http://packages.debian.org/search?suite=etch&amp;arch=i386&amp;searchon=names&amp;keywords=cl-" rel="nofollow">searching Debian for packages that contain cl-"</a>. Many are libraries, but some are full applications. Take a look.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/407588#407588 4 Answer by dnolen for What are some examples of LISP being used in production, outside of AI and academia? dnolen 2009-01-02T18:11:00Z 2009-01-02T18:11:00Z <p>Some highlights:</p> <p>NASA <a href="http://www.flownet.com/gat/jpl-lisp.html" rel="nofollow">http://www.flownet.com/gat/jpl-lisp.html</a></p> <p>Crash Bandicoot &amp; Jak+Daxter <a href="http://www.gamasutra.com/features/20020710/white_02.htm" rel="nofollow">http://www.gamasutra.com/features/20020710/white_02.htm</a></p> <p>Interface Builder OS X (which was later rewritten in Objective-C)</p> <p>Emacs</p> <p>All of the above are projects of great complexity. In the case of Interface Builder and Emacs one could reasonably argue that they have not been surpassed. Of course Interface Builder has not been written in Lisp in over two decades, but I think this list also points out that a powerful language like Lisp inspires hackers to attempt projects you normally wouldn't even consider in a less expressive language.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/411505#411505 3 Answer by Alan for What are some examples of LISP being used in production, outside of AI and academia? Alan 2009-01-04T19:09:16Z 2009-01-04T19:09:16Z <p>While your question was about Lisp, you can find out more from the <a href="http://cufp.galois.com/" rel="nofollow">Commercial Users of Functional Programming</a>. Also see [Haskell in Industry][2]</p> <p>In financial services, functional programming seems to be the right tool for quantitative finance</p> <ul> <li>Jane Street uses OCaml</li> <li>Credit Suisse</li> <li>Deutsche Bank</li> </ul> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/412741#412741 2 Answer by Jimmy Bergmark - JTB World for What are some examples of LISP being used in production, outside of AI and academia? Jimmy Bergmark - JTB World 2009-01-05T10:23:37Z 2009-01-05T10:23:37Z <p>One example of where Lisp is widely used and useful is in the form of <a href="http://en.wikipedia.org/wiki/AutoLISP" rel="nofollow">AutoLISP</a> or Visual LISP that are used to program AutoCAD and its verticals.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/427364#427364 4 Answer by jrockway for What are some examples of LISP being used in production, outside of AI and academia? jrockway 2009-01-09T07:52:51Z 2009-01-09T07:52:51Z <p>I am confused as to why you think Lisp and OOP are mutually exclusive. CLOS is <em>the</em> object system that all the other languages tried (and failed) to copy.</p> <p>But anyway, I use CL for a few general-purpose web applications in production at work. One is a utility for uploading a file an emailing it to certain people; the other collects log data from other applications and lets me search through it. Both are heavily object oriented (and use elephant for persistence).</p> <p>Using Lisp is not that different from using any other programming language, really. It has great tools (SLIME), and some really nice libraries (I love closure-xml with cxml-stp).</p> <p>Finally, I will add one more "commercial" non-web app to the pile:</p> <p><a href="http://maxima.sourceforge.net/" rel="nofollow">http://maxima.sourceforge.net/</a> </p> <p>It is a Computer Algebra System, somewhat like Mathematica.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/446564#446564 2 Answer by Friedrich for What are some examples of LISP being used in production, outside of AI and academia? Friedrich 2009-01-15T12:34:14Z 2009-01-15T12:34:14Z <p>Strange that nobody mentioned LispMaschines. A complete operating system with word processing, hyperreffed documents, gui programs, databases and even C compilers. So this stuff was very real and some say it was the best they ever get their hands on. I do not kow the current state of OpenGenera (an port to the DEC Alpha Stations) but this thing was bought by me 5 or so years ago to see how one might implement an Operating System. I realla wished they would have ported the stuff to x_64, but I guess this will not happen anymore....</p> <p>But maybe time has passed it by....</p> <p>Regards Friedrich</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/459032#459032 1 Answer by for What are some examples of LISP being used in production, outside of AI and academia? 2009-01-19T20:22:07Z 2009-01-19T20:22:07Z <p>CoCreate Modeling is a large commercial 3D CAD application, and a large part of its code is written in (a subset of) Common Lisp. See <a href="http://www.clausbrod.de/Blog/DefinePrivatePublic20071229" rel="nofollow">http://www.clausbrod.de/Blog/DefinePrivatePublic20071229</a> for some more details. (I am one of the developers.)</p> <p>Claus</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/482245#482245 4 Answer by justinhj for What are some examples of LISP being used in production, outside of AI and academia? justinhj 2009-01-27T03:26:19Z 2009-01-27T03:26:19Z <p>ITA Software Uses Lisp technology to help set Orbitz apart from other travel Sites </p> <p><a href="http://www.franz.com/success/customer_apps/data_mining/itastory.php3" rel="nofollow">http://www.franz.com/success/customer_apps/data_mining/itastory.php3</a></p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/486338#486338 1 Answer by Nathan for What are some examples of LISP being used in production, outside of AI and academia? Nathan 2009-01-28T03:01:46Z 2009-01-28T03:01:46Z <p>The <a href="http://en.wikipedia.org/wiki/Sawfish_(window_manager)" rel="nofollow">sawfish window manager</a> which used to be included in Gnome was written in a LISP dialect.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/545782#545782 0 Answer by skypher for What are some examples of LISP being used in production, outside of AI and academia? skypher 2009-02-13T12:47:01Z 2009-02-13T12:47:01Z <p><a href="http://beta2.thanandar.de/" rel="nofollow" title="Thanandar Browser Game">http://beta2.thanandar.de/</a></p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/628101#628101 4 Answer by zener for What are some examples of LISP being used in production, outside of AI and academia? zener 2009-03-09T21:26:51Z 2009-03-09T21:26:51Z <p><a href="http://www.lispworks.com/success-stories/netfonds-primetrader.html" rel="nofollow">PrimeTrader</a> a cross platform stock trading application from <a href="http://www.netfonds.no" rel="nofollow">NetFonds</a>. They also use Common Lisp in their back-end trading systems.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/669936#669936 3 Answer by Anonymous Coward for What are some examples of LISP being used in production, outside of AI and academia? Anonymous Coward 2009-03-21T20:28:16Z 2009-03-21T20:28:16Z <p>You're probably not going to get many useful answers, not because Lisp isn't widely used, but because nobody wants to reveal that they used Lisp, because:</p> <ul> <li>Lisp is their secret sauce, and they don't want their competitors to know about it </li> <li>Lisp programmers want to show off their app on its own merits, not because of the language used</li> <li>Non-Lispers recognize only that it's not a buzzword, and hence have no urge to mention it</li> <li>It's easy to hide it: web apps are really popular these days, and Lisp is great at web apps, but since it's all running on the server through a language-agnostic protocol, there's no way for users to tell that it's Lisp</li> <li>More generally, companies want to keep their cards close to their chest (independent of Lisp or even programming languages)</li> </ul> <p>I know that part of every Amazon.com product page is generated using a Lisp service, but only because I had a beer with the guy who wrote and deployed it.</p> <p>I wrote a web service that everybody who's seen loves, but mostly because it looks more impressive than it is. In fact, it happens to map onto Common Lisp constructs and free Lisp libraries almost perfectly, and is actually a fairly short program. If you take the curtain off something, everybody says "oh, is that all? I could have done that".</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/690289#690289 0 Answer by Ian Eslick for What are some examples of LISP being used in production, outside of AI and academia? Ian Eslick 2009-03-27T15:45:12Z 2009-03-27T15:45:12Z <p>There are a number (6-12 at least) of small startups deploying webapps today. I'm running an open source community platform for rare disease research at www.lamsight.org.</p> <p>Also see InspireData (<a href="http://www.inspiration.com/InspireData" rel="nofollow">http://www.inspiration.com/InspireData</a>). You can download a great demo. Beautiful app using OpenGL (I believe) for the multi-platform GUI.</p> http://stackoverflow.com/questions/406729/what-are-some-examples-of-lisp-being-used-in-production-outside-of-ai-and-academ/912152#912152 0 Answer by Evan Meagher for What are some examples of LISP being used in production, outside of AI and academia? Evan Meagher 2009-05-26T18:58:26Z 2009-05-26T18:58:26Z <p>Teepeedee2, a <a href="http://tech.slashdot.org/article.pl?sid=09/05/25/1553220&amp;from=rss" rel="nofollow">recently-announced web server</a> is written entirely in LISP. The creator claims it's the "world's fastest web server for small dynamic content." Whether this is a reasonable statement or not has fueled the ire of many Slashdot commenters. Regardless, it's a perfect example of how LISP is still a relevant and useful language that should be given more credit.</p>