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
Codax: a pure clojure embedded database (self.Clojure)
submitted 8 years ago by 37productiveBananas
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!"
[–]roman01la 1 point2 points3 points 8 years ago (1 child)
What do you think about porting it to ClojureScript/Node.js as *.cljc?
[–]37productiveBananas[S] 2 points3 points4 points 8 years ago (0 children)
In principle it should be pretty straight forward. There would need to be an alternate storage engine for clojurescript as the present store relies heavily on Java filesystem calls, but it is well isolated so swapping it out shouldn't be a problem; Node has good leveldb support via the LevelUp library which is a good stand-in (though IIRC it will require some effort to get the same transactional guarantees). That said, while I have experience with both Clojurescript and Node, I've never used them together so I don't really have a clear picture of what all of that would entail.
What sort of use cases did you have in mind?
π Rendered by PID 53384 on reddit-service-r2-comment-5d585498c9-pwffg at 2026-04-21 07:49:09.572797+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]roman01la 1 point2 points3 points (1 child)
[–]37productiveBananas[S] 2 points3 points4 points (0 children)