Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    (a + c/2) * sqrt(b)
is not a simple language.

    (* (+ a (/ c 2)) (sqrt b))
would be a simple and precise to parse language, and the typical compiler for this is written in a day. Search for SIOD


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

Search: