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

Definitions

Name: Anonymous 2010-11-16 4:30

So DrRackert let's me make definitions in the top window, but then it calls these constants, like if I do a simple

(define a 10)

If I try to re-define or set! a 15 then the interpret gets angry and says that a is a constant

How do I define something that can change values?

Name: Anonymous 2010-11-16 13:18

>>9 That's what you meant!
Read "http://lists.racket-lang.org/users/archive/2009-January/029884.html"
TL-DR. Use

(define my-height "MY ANUS")
(set! my-height 200)

so it will not be considered as constant by repl.

also

        )
      )
    )

WTF am I reading?

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