Hacker News new | ask | show | jobs
by arohner 3899 days ago
Only two steps away from embracing the dark side:

  (and (foo bar) (hello world))
1 comments

Or from the other dark side (Haskell):

    foo bar && hello world
and for more than one argument:

    foo bin bar && hello world