Threading macro #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a threading macro. Possible features:
(~> x add1 sqrt) ≡ (<~ sqrt add1 x)
(~> 4 sqrt (+ 10)) ; => 12
(~> 16 (sqrt _) (/ _ 2) (/ 1 _)) ; => 1/2
This issue was moved to jeapostrophe/remix#12