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

> very very very slightly confusing for - and /

It's fine if you DNF it:

  (- a b c) => (+ a (- b) (- c))
  (/ a b c) => (* a (/ 1 b) (/ 1 c))



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

Search: