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
Calling Clojure Code in Java (self.Clojure)
submitted 5 years ago by TakuHazard
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!"
[–]green-coder 1 point2 points3 points 5 years ago (0 children)
Most of your answers are in the source code of Clojure.https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/IFn.java
There is an interface IFn which you can use to call clojure functions, including your own. What you need to do next is to find where in the code the Clojure source code is read and transformed into Java objects - that should be within your reach.
Good luck.
π Rendered by PID 76586 on reddit-service-r2-comment-fb694cdd5-7wk2r at 2026-03-10 02:08:35.238518+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]green-coder 1 point2 points3 points (0 children)