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

That is interesting. I've always considered lisp in terms of denotational semantics. In fact, I wrote a toy lisp in which the complete grammar was basically

    list -> ({symbol | number | string | list}*)
and then it was up to the interpreter to decide the meaning of special forms. (I say "basically" because there was also desugaring of '(...) to (quote ...)).


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

Search: