Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HMA.py [Part II]

Name: Anonymous 2010-09-10 18:37

#!usr/bin/python
from random import randint
anus = randint(1, 1000)
if (anus < 500):
    print "HAX MY ANUS!"
else:
    print "HAX MY ANUS!"

Name: Anonymous 2010-09-11 4:52

>>6
Ding ding ding.
The macro is superfluous for identifiers that are exported by a module [in R6RS and Racket, at least], as they are already unsettable in both the importing and exporting modules. Further, it is useless for a REPL because, without redefining `define', it can be re`define`d which is equivalent to a set. The macro only has use if you want to make a variable that is not being exported, or is an inner definition, unsettable, which is of questionable utility.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List