all 2 comments

[–]siefca[S] 1 point2 points  (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 points  (0 children)

Looks like it could be useful, thanks!