Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
550 contributions in the last year
Contribution activity
November 2020
October 2020
Created 13 commits in 1 repository
Opened 2 pull requests in 1 repository
Azer0s/Hummus
2
merged
Created an issue in Azer0s/Hummus that received 1 comment
Fix call in map
This doesn't work, yet it should.
(def func (fn x (/ x 2)))
(map (.. 0 10) (fn x (' x (func x))))
I'd tap into doCall and make the call to the nati…