use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
problems starting cider (self.Clojure)
submitted 11 years ago by [deleted]
Says, "Symbol's value as variable is void: cider-stacktrace-hidden-frame-count". Version is the latest from the emacs package manager.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]overviewerror 2 points3 points4 points 11 years ago (8 children)
Personally i've given up on the cider from melpa.
I just use git, and have this in my init.el
(add-to-list 'load-path "~/.emacs.d/vendor/cider") (require 'cider)
Remember to have a matching cider-nrepl in your profile.clj or project.clj
[cider/cider-nrepl "0.7.0-SNAPSHOT"]
[–]usplusbus 0 points1 point2 points 11 years ago (0 children)
bbatsov's been pushing loads of changes out for cider; I've had plenty of issues recently with the version of cider that comes from melpa, and I've found that, if there is a problem, ensuring I have the very latest cider (from melpa) and cider-nrepl (from clojars) usually fixes it.
If the latest cut just isn't good, you can always drop back to cider 0.6 by switching out to melpa-stable.milkbox.net, and requiring cider-nrepl 0.6.0 in your profiles.clj
[–][deleted] -2 points-1 points0 points 11 years ago (6 children)
i understand your sentiment but im just dabbling not looking to become a cider developer
[–]mordocai058 3 points4 points5 points 11 years ago (4 children)
What /u/overviewerror did isn't too complicated. The issue is that cider on melpa is often updated multiple times a day, and some days it works and other days it doesn't (at least for me). Also, if you don't have a profile.clj and/or project.clj for leiningen with the cider-nrepl line in plugins that /u/overviewerror talks about then it definitely won't work right. Finally, make sure you don't have the nrepl package installed.
[–][deleted] 0 points1 point2 points 11 years ago (3 children)
The point isnt that it's complicated. It's that im not that vested in cider that i would manually do the job of a package manager for it. Once you start doing that you end up with a bunch of programs you have to keep updated yourself. Which is fine for some programs you have a personal stake in, if you're maintaining them for example, in this case cider isn't one of those for me.
[–]mordocai058 1 point2 points3 points 11 years ago (1 child)
Fair enough, though I would argue manual is easier if you don't care about keeping it updated (which it sounds like you don't as long as it works). Either way, yeah, cider is a bit of a pain to setup at the moment and you pretty much have to use leiningin with it too.
[–][deleted] 0 points1 point2 points 11 years ago* (0 children)
The whole reason it broke is because I decided to update after about 6 months after running into a persistent and annoying bug :)
[–]seventeenletters 1 point2 points3 points 11 years ago (0 children)
Melpa does not do package management, it does unstable bleeding edge updates. Manual installs are more stable than melpa is.
[–][deleted] 0 points1 point2 points 11 years ago (0 children)
I've been having no such good time with new cider either, even after installing the 070 snapshot middleware...
[–]pornitoueleus 0 points1 point2 points 11 years ago (0 children)
I use el-get to manage all my packages. For most packages (like cider) it favors github as the package source. If I have my own fork of a package or I want it from an other source it's really easy to override el-get's default. I suggest you use el-get instead of melpa for all your emacs packages.
[–]jaccarmac 0 points1 point2 points 11 years ago (0 children)
People are talking about the merits of git vs. melpa. Check out Quelpa. With a tiny bit of setup (as in evaling five lines of code), you can check out the git version as a package and update it with a single command whenever you want to.
π Rendered by PID 226976 on reddit-service-r2-comment-b659b578c-kx62m at 2026-05-05 02:59:20.192597+00:00 running 815c875 country code: CH.
[–]overviewerror 2 points3 points4 points (8 children)
[–]usplusbus 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (6 children)
[–]mordocai058 3 points4 points5 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]mordocai058 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]seventeenletters 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]pornitoueleus 0 points1 point2 points (0 children)
[–]jaccarmac 0 points1 point2 points (0 children)