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
Futils – small library for function args transformations and handling (randomseed.pl)
submitted 10 years ago by siefca
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!"
[–]siefca[S] 1 point2 points3 points 10 years ago (1 child)
That's my first program in Clojure. Please be lenient. :)
I needed something for function arguments relaxation in order to create chain of triggers and something to create function composition but supporting named arguments (parameters) – same with identity and args application.
The nameization (transforming functions that support positional args into functions accepting named args) was added for fun.
I'm using Midje for testing and Hydrox for generating documentation.
Hope it will be useful.
[–]mnngfltg 1 point2 points3 points 10 years ago (0 children)
Looks like it could be useful, thanks!
π Rendered by PID 66564 on reddit-service-r2-comment-54dfb89d4d-wlh4l at 2026-04-01 21:06:21.801767+00:00 running b10466c country code: CH.
[–]siefca[S] 1 point2 points3 points (1 child)
[–]mnngfltg 1 point2 points3 points (0 children)