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

False. The I-expression:

  lambda (x y)
    display x
    + x y
corresponds to the S-expression:

  (lambda (x y)
    (display x)
    (+ x y))


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

Search: