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

    (defmacro -> (&rest args)
      (loop for item in (reverse args)
            for result = (list item) then (list item result)
            finally (return result)))


No longer imaginary. Power of LISP right there.




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

Search: