Eclipse Common Lisp
github.com
Eclipse Common Lisp
1–7 of 7 posts
Re: Eclipse Common Lisp
#2Re: Eclipse Common Lisp
#3Re: Eclipse Common Lisp
#4What advantage would I gain learning Commons Lisp over Clojure? Clojure seems to be fairly well respected, has tooling and libraries available. I have no real idea about the situation for Common Lisp
Re: Eclipse Common Lisp
#5I see Clojure described as a Lisp. What advantage would I gain learning Commons Lisp over Clojure? Clojure seems to be fairly well respected, has tooling and libraries available. I have no real idea about the situation for Common Lisp
You'd get to learn a standardized language with good support on many platforms (including the JVM, see ABCL) that has stood the test of time very well. I'd argue you'd get a bigger picture of the Lisp world than Clojure can offer, which is rather a specialized offshoot that breaks with many traditions.
Common Lisp is also a rather nonopinionated, it supports almost all programming styles out of the box, and new paradigms can be implemented on top gracefully. It doesn't push you into one way of doing a certain thing, unlike Clojure which has some strong preferences.
Clojure will bring you an opinionated concept of parallelism/concurrency, and a standard library geared very specifically to its conceptual design. Some problems will already be solved for you, but in turn you miss out on many Lisp-ism that didn't make it into Clojure.
I'd imagine Common Lisp is fairly well respected, too. :) I have always considered it the mother of all programming languages since 1990. From my experience (1 year ago) CL tooling is much better established than Clojure tooling. CL has tons of libraries available through Quicklisp. The quality of libraries is generally very high, but I can not really compare it to the Clojure landscape.
Re: Eclipse Common Lisp
#6I know Elwood from my former background in the automotive industry, and I read they also created and produced a successful micro computer, the Mini Micro III.
Re: Eclipse Common Lisp
#7I see Clojure described as a Lisp. What advantage would I gain learning Commons Lisp over Clojure? Clojure seems to be fairly well respected, has tooling and libraries available. I have no real idea about the situation for Common Lisp