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

Make the right side of the function call a list or a dict.

  myListOfInts foldLeft (0, +)
or if you make : to be right associative cons function

  myListOfInts foldLeft 0 : +
or using dict

  myListOfInts foldLeft (zero: 0, op: +)



At that point you're introducing significantly more syntax, destroying the nice lisplike properties.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: