-
Notifications
You must be signed in to change notification settings - Fork 3
A Scala-style magic function application form
License
samth/fancy-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
(map (+ 1 _) (list 1 2 3)) (map (- 1 _) (list 1 2 3)) (map (- _ 1) (list 1 2 3)) (map (- _ _) (list 10 20 30) (list 1 2 3)) ;; => (list 9 18 27) (+ 1 (+ _ 2)) ;; => +: expected number, got #<procedure>
About
A Scala-style magic function application form
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published