5 ms·
That guide is, sadly, very out of date and ironically linking to it probably makes it more likely to turn up first in Google search results. Which parts did yo
by devonrt 16y ago
That guide is, sadly, very out of date and ironically linking to it probably makes it more likely to turn up first in Google search results.
Which parts did you find frustrating? Did you use ELPA? I ask because I've been using Clojure for so long now that I don't run into a lot of hurdles setting up new development environments.
- tkahn6 16y agoI did use the ELPA. It's really a great system. That combined with lein makes clojure very easy to use. Getting started was, as I mentioned, frustrating though. Nearly all guides recommend the old way.
- cema 16y agoSpeaking of ELPA. For some reason, ELPA did not work for me on MacOsX. I have just bought a mac, have no prior experience with it (my latest experience with an Apple computer is from early 1990s), so that may partially explain it. ELPA on Ubuntu was a snap, however.
- technomancy 16y agoThere's not really any way to tell without more details. Perhaps you were using Aquamacs? Aquamacs is a fork of Emacs that is not very well-supported since it's not cross-platform; it's impossible for people like me to test on. GNU Emacs is much more compatible: http://emacsformacosx.com http://emacsformacosx.com
- cema 16y agoThanks for the hint. I have not been asking for help (there are plenty of places better suited for this, the Clojure community is very supportive). I was simply sharing my experience which I thought would support the point of view expressed by the parent post. Thanks again!
- bitsai 16y agoAs technomancy said, there's no way to tell what the issue was without more info, but was the Mac behind a proxy, by any chance? That was the issue I ran into when I first tried to use ELPA. Solved by setting url-proxy-services in Emacs: http://stackoverflow.com/questions/1595418/emacs-behind-http-proxy http://stackoverflow.com/questions/1595418/emacs-behind-http...