[racket] scribble/text language

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Sep 25 21:35:08 EDT 2011

50 minutes ago, Shriram Krishnamurthi wrote:
> Does the scribble/text language work in 5.1.3?  Here's the first
> example in the docs:
> 
> #lang scribble/text
> Programming languages should
> be designed not by piling
> feature on top of feature, but
> blah blah blah.
> 
> ventoux ~/Desktop/r/sk/gradelang> scribble try2.scrbl
> [...]

Run it with just `racket'.  (The `scribble' command line tool is for
compiling documentation, which is really unrelated to
`scribble/text'.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.