[plt-scheme] scribbling newbie

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jan 12 09:09:30 EST 2008

At Sat, 12 Jan 2008 14:37:17 +0200, Yavuz Arkun wrote:
> Incidentally, as far as I can understand, @(require X) and @require[X] 
> evaluate to the same thing, but the Scribble documentation uses the 
> first form while the .scrbl files themselves use the second one (even 
> the scribble.scrbl file itself). Is there a difference that I am missing?

The ".scrbl" files are being converted to the first form, gradually.

As you say, they mean the same thing. After experimenting with
different ways of writing module imports in Scribble source, we like
`@(require X)' better than `@require[X]'.

Matthew



Posted on the users mailing list.