I'm going to try to learn a new programming language to expand to programming knowledge for fun.
I'm stuck on which one to learn.
Should learn Common Lisp ,Haskell or Forth?
What new language should I try to learn?
Started by Coder Zombie, Jan 08 2009 10:34 PM
10 replies to this topic
#1
Posted 08 January 2009 - 10:34 PM
I'm the master of code rot
|
|
|
#2
Posted 08 January 2009 - 11:03 PM
I have only very little experience with Haskell and Forth, but I loved Common Lisp back when I was programming. It has so many possibilities, and that the code is beautiful to look at is just a bonus!
#3
Posted 08 January 2009 - 11:58 PM
Thanks if I try Common Lisp would you use CLISP for portability or SBCL for a some what portable but fast Lisp?And BTW how is Common Lisp's standard library for stuff lets say compared to C?
I'm the master of code rot
#4
Posted 09 January 2009 - 01:05 AM
#5
Posted 09 January 2009 - 05:13 AM
I used to use CLISP as my primary implementation, and sometimes SBCL. I don't remember anymore why I preferred the one over the another, but I think you should read a bit about them both, and see which of them fits best for your needs. Another implementation to take into consideration is CMUCL.
Common Lisp is a much more high-level language than C is, so you can find many functions that C doesn't include - but at times, also vice versa. I think it's hard to compare two languages that are so different, but I remember that I loved Common Lisp for its facilities for data- (especially list-) manipulation.
Common Lisp is a much more high-level language than C is, so you can find many functions that C doesn't include - but at times, also vice versa. I think it's hard to compare two languages that are so different, but I remember that I loved Common Lisp for its facilities for data- (especially list-) manipulation.
#6
Guest_Jordan_*
Posted 09 January 2009 - 05:18 AM
Guest_Jordan_*
Moved to the correct forum and I voted Lisp.
#7
Posted 10 January 2009 - 09:04 PM
Thanks for all the input.Does anyone know of a common lisp book for C programmers lol?
I'm the master of code rot
#8
Posted 10 January 2009 - 11:43 PM
Here are some real books which are also available online, for free:
Practical Common Lisp
Common Lisp the Language
Common Lisp
Practical Common Lisp
Common Lisp the Language
Common Lisp
#9
Posted 11 January 2009 - 12:06 AM
#10
Posted 11 January 2009 - 01:37 AM
You're welcome. :)
#11
Posted 11 January 2009 - 02:42 AM
I have experience programming with Haskell its very nice .I think if you want test functional language Haskell very fun or lisp.


Sign In
Create Account


Back to top










