Python
From XKCD Wiki
A programming language, it's awesome! (please edit this page to reflect that)
There is a #python IRC channel.
rmunroe@xkcd:~$ who -q brsual la4wong rjack rmunroe rmunroe rmunroe rmunroe rmunroe # users=8 rmunroe@xkcd:~$ wall Python party anyone? ^D Broadcast message from root@xkcd (unknown) at 03:13 ... VELOCIRAPTOR ALERT: Pressure switch tripped! rmunroe@xkcd:~$ who -q rmunroe rmunroe rmunroe rmunroe rmunroe # users=5 rmunroe@xkcd:~$ ...
rmunroe@xkcd:~$ python Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import antigravity >>> import velociraptor Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named velociraptor >>> import love Segmentation fault rmunroe@xkcd:~$ write root YOU THINK THIS IS FUNNY? ^D Message from root@xkcd on (unknown) at 13:37 ... THAT'S WHAT *SHE* SAID!! HAHAHAH!!! ^G^G^G EOF rmunroe@xkcd:~$ ...