34
votes
40answers
4k views
Why isn’t LISP more widely used?
I've heard a lot of people espouse the capabilities of LISP and its omnipotent macros. If LISP is such a great language, why isn't it being adopted more? What problems is LISP facing that is holding …
34
votes
19answers
2k views
Practical example of Lisp’s flexibility?
Someone is trying to sell Lisp to me, as a super powerful language that can do everything ever, and then some.
Can anyone provide a practical code example of Lisp's power?(Preferably alongside …
31
votes
25answers
3k views
Lisp in the real world
I have experimented with Lisp (actually Scheme) and found it to be a very beautiful language that I am interested in learning more about. However, it appears that Lisp is never used serious projects, …
28
votes
12answers
4k views
Which tutorial on Clojure is best?
I'm interested in learning Clojure. The Getting Started page on Clojure.net is pretty minimal. Is there a good language introduction or tutorial out there? Which would you recommend?
Answer:
I …
23
votes
17answers
2k views
Does anyone have any recommendations for starting out in functional programming?
I'm looking for some ebooks that will assist in my learning of functional programming. I haven't yet decided which language I will go with, but I've noticed a fair amount of bias towards LISP, …
22
votes
20answers
2k views
What’s the best way to learn LISP?
Hi, I have been programming in Python, PHP, Java and C for a couple or years now, and I just finished reading Hackers and Painters, so I would love to give LISP a try!
I understand its totally …
22
votes
27answers
5k views
Python Vs. Ruby for Metaprogramming
I'm currently primarily a D programmer and am looking to add another language to my toolbox, preferably one that supports the metaprogramming hacks that just can't be done in a statically compiled …
22
votes
10answers
3k views
Why is Lisp used for AI?
I've been learning Lisp to expand my horizons and because I have heard that it is used in AI programming, yet after doing some exploring, I have yet to find AI examples or anything in the language …
21
votes
15answers
2k views
Suitable functional language for scientific/statistical computing?
I use mostly R and C for statistics-related tasks. Recently
I have been dealing with large datasets, typically 1e7-1e8
observations, and 100 features. They seem too big for R too
handle, and the …
21
votes
12answers
2k views
Lisp Web Frameworks?
What are the popular (ok, popular is relative) web frameworks for the various flavours of LISP?
20
votes
20answers
3k views
Can you provide an example of parsing HTML with your favorite parser?
This question is a lazy way of collecting examples of parsing HTML with a variety of languages and parsing libraries. Individual comments will be linked to in answers to questions about how to parse …
19
votes
14answers
1k views
A Gentler Introduction to Functional Programming
I am trying to learn Haskell, and I really like it, but I can't wrap my head around most of it. Would Lisp, OCaml, etc. be a gentler introduction to functional programming?
19
votes
14answers
1k views
What’s a good beginning text on functional programming?
I like to study languages outside my comfort zone, but I've had a hard time finding a place to start for functional languages. I heard a lot of good things about Structure and Interpretations of …
18
votes
10answers
2k views
Function pointers, Closures, and Lambda
I am just now learning about function pointers and as I was readying the K&R chapter on the subject the first thing that hit me was, "Hey, this is kinda like a closure." I knew this assumption is …
17
votes
12answers
1k views
Is it feasible to do (serious) web development in Lisp?
It obviously is possible to write almost any kind of application in almost any programming language, especially in such a powerful one as Lisp (be it Scheme or Common Lisp). But is it practical to use …
