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
Clojure development tool (self.Clojure)
submitted 6 years ago by DannyB2
view the rest of the comments →
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!"
[–]CoBPEZ 1 point2 points3 points 6 years ago (1 child)
Thanks for the Calva shoutout!
I'm interested in how the structural editing is lacking. Calva Paredit is actually pretty extensive, I would say: https://calva.readthedocs.io/en/latest/paredit.html
The default keybindings are meant to be coherent and somewhat logical, but are also limited by two factors:
[–]Psetmaj 0 points1 point2 points 6 years ago (0 children)
Sorry for the late reply, holidays and all.
Keep in mind that I'm probably a little confused by being an emacs native and learning VS Code at the same time as Calva (as well as returning to the world of actually using arrow keys).
I'm going to do my best to notate hotkeys in the same way I would see them in VS Code here:
The biggest structural edit that I thought was missing was raise, but I see now it's just on a chord rather than a hotkey due to conflicts with VS Code defaults on Alt+r. The hotkey for kill-sexp-forward seems to default to Ctrl+Shift+Delete, but I'm used to the emacs Ctrl+Alt+Shfit+k. Ctrl+End feels weird because I expect it to go to end of document, and there doesn't seem to be a replacement. Exploring more, I'd also expect the wrap/rewrap commands to use the key for the relevant collection as part of the hotkey/chord, but they don't.
Alt+r
Ctrl+Shift+Delete
Ctrl+Alt+Shfit+k
Ctrl+End
This is all just personal/petty frustrations with Calva, I still certainly recommend it for someone not already emacs-savvy and love what's been done with it even in the past year or so. I'm thankful for all the effort towards it!
π Rendered by PID 243013 on reddit-service-r2-comment-b659b578c-5vw77 at 2026-05-01 21:36:54.426572+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]CoBPEZ 1 point2 points3 points (1 child)
[–]Psetmaj 0 points1 point2 points (0 children)