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

Most common case is probably trying to pass `and` to something that applies it to a list, `fold` or `reduce` or similar, and being told some variant of "no deal, and is a macro, not a function" with workarounds like `(reduce (lambda (x y) (and x y)) list))`


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

Search: