Threading
7Threads the expr through the forms. Inserts x as the second item in the first form, making a list of it if it is not a l...
macrocljs.core
Threads the expr through the forms. Inserts x as the last item in the first form, making a list of it if it is not a lis...
macrocljs.core
Binds name to expr, evaluates the first form in the lexical context of that binding, then binds name to that result, rep...
macrocljs.core
Takes an expression and a set of test/form pairs. Threads expr (via ->) through each form for which the corresponding te...
macrocljs.core
Takes an expression and a set of test/form pairs. Threads expr (via ->>) through each form for which the corresponding t...
macrocljs.core
When expr is not nil, threads it into the first form (via ->), and when that result is not nil, through the next etc
macrocljs.core
When expr is not nil, threads it into the first form (via ->>), and when that result is not nil, through the next etc
macrocljs.core