Python is better than Perl6
Name:
Anonymous
2011-01-23 7:35
Python is better than Perl Six
! Read this delightful article from a
PROFESSIONAL GOOGLE SOFTWARE ENGINEER.
http://everythingsysadmin.com/2011/01/python-is-better-than-perl6.html
Name:
Anonymous
2011-01-25 11:22
>>53
Unicode support is really good, and in Python3 is the defau
Ok, I lolled.
class StackOverflow(Exception):
def __init__(self):
pass
def __str__(self):
return "*** Exception: stack overflow"
def print(x): raise StackOverflow>>> print("こんにちは,世界!")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 1, in print
__main__.StackOverflow: *** Exception: stack overflow
Newer Posts