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

  Higher order functions can be easily chained 
  together to create complex transformations:

  (filter even?
    (map #(* 3 %) [1 2 3 4 5])) 
  =>(6 12)
This will need to be updated to make use of transducers, I guess.



Only if it enhances the poetic value.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

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

Search: