You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beautiful-racket/beautiful-racket-demo/txtadv/6-color
Matthew Butterick b1f70be0f9 move demos to `beautiful-racket-demo` pkg 8 years ago
..
README.txt move demos to `beautiful-racket-demo` pkg 8 years ago
color.rkt move demos to `beautiful-racket-demo` pkg 8 years ago
reader.rkt move demos to `beautiful-racket-demo` pkg 8 years ago
txtadv.rkt move demos to `beautiful-racket-demo` pkg 8 years ago
world.rkt move demos to `beautiful-racket-demo` pkg 8 years ago

README.txt

To make this version work, you need the directory containing this file
to be installed as the "txtadv" collection. One way to do that is with
the shell command

   raco link --name txtadv .

in the directory containing this file.


The "world.rkt" module is the same as before, except that its first
line is now

  #lang txtadv

The "txtadv.rkt" module is unchanged.

Compared to the previous implementation, "txtadv-reader.rkt" is now
"lang/reader.rkt", which is required to match Racket's protocol for
resolving `#lang txtadv' to its reader module. The only other change
is that a `get-info' function points to the "color.rkt" module in
"lang" to implement syntax coloring.