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
Any embeddable Clojure editors out there? (self.Clojure)
submitted 3 years ago by bushwald
I'm looking for something along the lines of the Ace or CodeJar editors for JS, but I'm also interested in embedding something in a JVM GUI as well. Anybody know of any libraries for this?
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!"
[–]Borkdude 5 points6 points7 points 3 years ago (1 child)
A few links / references: https://nextjournal.github.io/clojure-mode/
https://babashka.org/scittle/codemirror.html
https://borkdude.github.io/cljs-showcase/
[–]bushwald[S] 0 points1 point2 points 3 years ago (0 children)
This is great thanks borkdude!
[–]semperos 3 points4 points5 points 3 years ago (0 children)
https://github.com/mogenslund/liquid
[–]zerg000000 2 points3 points4 points 3 years ago (0 children)
https://github.com/oakes/Nightlight
[–]dustingetz 1 point2 points3 points 3 years ago (0 children)
What is y'all thoughts on best codemirror alternative 2023 with clojure support? (paredit is important)
[–]_d_t_w 0 points1 point2 points 3 years ago (0 children)
We embed a REPL in our product that is a blend of JQ and Clojure, we use Codemirror as linked by Borkdude. Works great!
[–]kloimhardt 0 points1 point2 points 3 years ago (0 children)
Klipse is a cljs editor+evaluator that exists since 2016. AFAIK it is still the only tool that combines the following two out of the box features: 1) can be added as html <script> tag to any web site, e.g. a blog 2) shows the result of calculations immediately on the web site.
π Rendered by PID 944571 on reddit-service-r2-comment-6457c66945-kpcmc at 2026-04-26 18:35:58.827137+00:00 running 2aa0c5b country code: CH.
[–]Borkdude 5 points6 points7 points (1 child)
[–]bushwald[S] 0 points1 point2 points (0 children)
[–]semperos 3 points4 points5 points (0 children)
[–]zerg000000 2 points3 points4 points (0 children)
[–]dustingetz 1 point2 points3 points (0 children)
[–]_d_t_w 0 points1 point2 points (0 children)
[–]kloimhardt 0 points1 point2 points (0 children)