So, Clojure programmers, am I wrong? Should I pass on Clojure in favor
of another langauge? Or learn Common Lisp or Scheme first, then try my
hand at Clojure? Am I mistaken for a different reason? Or perhaps
there are some criteria I should consider before diving in?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
Clojure would be challenging language to start with, as (all?) the books
and documentation are aimed at people who are already programmers. But
if you like a challenge then perhaps that's even a good thing. If
you're already a techie type person and are happy to fiddle around in
configuration files and the command-line I don't think it should be that
much of an obstacle.
Thanks for taking the time to read. I’m interested in trying out Clojure for my first programming language--at least, the first programming language in which I intend to commit myself to becoming proficient.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Stack-vomit error messages are the main reason I'd have to think hard before recommending Clojure as a first/educational language.
Apart from the clarity of the smidge of relevant info in there, there's the aggravation of having to stop thinking about your problem to play Where's Waldo, the Line-Number Edition.
I've heard there have been some attempts at error-mesaage translators. Does anyone have a recommendation?
Colin Fleming has done some nice work on this in Cursive.
... I am currently planning to revisit Proto REPL (in Atom), following a nice talk on it by Jason Gilman at Clojure Conj 2016: https://www.youtube.com/watch?v=buPPGxOnBnk
-Lee