Hacker News new | past | comments | ask | show | jobs | submit login

sum = fn (a, b) -> a + b end

sum.(2, 3)

Maybe a but clunky but no module required.




Mostly gets really clunky for recursive functions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: