File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,15 @@ tools such as a macro `pret` that prints and returns its argument.
123
123
The ` active.clojure.match ` namespace provides some syntactic sugar
124
124
for map matching around ` core.match ` .
125
125
126
+ ### Higher-order Functions
127
+
128
+ The ` active.clojure.function ` namespace provides the same higher order
129
+ functions that ` clojure.core ` does, but implemented via records and
130
+ ` IFn ` , so that the returned "functions" are ` = ` if created with ` = ` arguments.
131
+
132
+ These can be very handy for using React-based libraries like [ Reacl] ( https://github.com/active-group/reacl ) ,
133
+ which can optimize work based on the equality of values.
134
+
126
135
## License
127
136
128
137
Copyright © 2014 Active Group GmbH
You can’t perform that action at this time.
0 commit comments