Lisp


 
Thread Tools Search this Thread
Top Forums Programming Lisp
# 1  
Old 03-17-2008
Lisp

I've recently begun learning common lisp and started the effort from the belief that it was a functional language and that learning a functional language would be a good exercise. I've read some comments and articles that state otherwise.

Any opinions?
# 2  
Old 03-17-2008
IMO -

Except at universities where one CIS faculty member is in love with LISP, you will find very little production code written in that language. Unless you want to major in AI systems (there probably are better AI languages) consider learning something else.

If it is purely for fun - go for it.
# 3  
Old 03-17-2008
Hello,

I can agree with Jim.

I used Common Lisp and other dialects, did some projects.
If you need sockets, regexps and other 'modern' stuff you need to choose suitable implementation. I would like to be wrong but probably IMAP or audio/video will be missing.

The language is very cool. But I observed the most beautiful languages tend to have worse libraries. E.g. Perl and Python are on the 'good libraries' side, CL, Ruby are on 'cool languages' side.

Regards,
Miroslaw
# 4  
Old 03-18-2008
Thanks folks. It is an elegant programming language and may become one of my staples. If it's not widely used in production..well, I'm sure the reasons are
conventional rather than pragmatic.
# 5  
Old 03-18-2008
Hi.
Quote:
Originally Posted by ramen_noodle
Thanks folks. It is an elegant programming language and may become one of my staples. If it's not widely used in production..well, I'm sure the reasons are
conventional rather than pragmatic.
Looking at comparisons at The Computer Language Benchmarks Game I would say the reasons are very pragmatic, at least in regard to resource usage -- CPU and memory.

Still, I think almost any language can help you think in ways that are useful in crafting solutions to problems in general. As noted in PBS presentations on the brain, new challenges can help keep your brain "plastic" ... cheers, drl
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Emacs; lisp interpreter, editor and what the hell else?

I can't actually remember how I got to this point but I deducted that Emacs must be an interpreter because you have to run w3m in it which I think is written in Lisp. I did read the manual that ships with Emacs. Is that all there is to Emacs? A lisp interpreter that is also a editor? Is it... (1 Reply)
Discussion started by: theKbStockpiler
1 Replies

2. UNIX for Dummies Questions & Answers

LISP newbie's questions

Hello, I want to learn LISP, and I have a GNU/Linux OS. I first sought a LISP compiler/interpreter and was told that GNU Emacs has a LISP mode. But I couldn't get into LISP mode, nor I don't know how to use it when I get into LISP mode. How can I run LISP code under GNU Emacs? And if... (1 Reply)
Discussion started by: rayne
1 Replies
Login or Register to Ask a Question