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

Pascal, Fortran, C, ... All these languages use prefix notation for function calls.

Fortran:

    min(size(b), size(a))
Lisp:

    (min (size b) (size a))



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

Search: