|
|
|
|
|
by kls
5274 days ago
|
|
You may want to give Racket a try, it is a LISP dialect and geared towards learning LISP http://en.wikipedia.org/wiki/Racket_%28programming_language%... . I wish I had learned LISP first it is so much different than the languages that get their linage from C or smalltalk. It frees you from the constrains of other languages and requires a lot of deprogramming to learn once you know another languadge. It's not going to be the easiest language to learn as a first languadge but there are a lot of advantages in doing so. Racket will help make it easier as it is designed as a teaching languadge. |
|