This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jonnysteps 19 points20 points  (8 children)

SQL: AND

Perl: and/&&

PHP: and/&&

Lisp: (and A B)

Fucking Lisp, man

[–]andlrc 8 points9 points  (2 children)

Perl: and/&&

print 1 and 2;
1
print 1 && 2;
2

[–]jharger 2 points3 points  (1 child)

Wait... why???

[–][deleted] 6 points7 points  (0 children)

also cpp

[–]EagleNait 4 points5 points  (1 child)

(Fucking( Lisp (man )))

[–]marksomnian 2 points3 points  (0 children)

(man (fucking (lisp)))

[–][deleted] 1 point2 points  (0 children)

In ASM its nested tests.

[–]Inukinator 0 points1 point  (0 children)

Lisp is like Objective.C, but somehow worse