Re: [racket] Scribble in continue

2010-10-01 Thread Eli Barzilay
5 hours ago, David Vanderson wrote: >(define (path . body) (b (tt "\"" body "\""))) > > and with scribble syntax: > >(define @pa...@body} @b...@tt{"@body"}}) > > > Question on scribble syntax: isn't @pa...@body} read as (path body)? No -- the whole point is to read the part in the brac

Re: [racket] Scribble in continue

2010-10-01 Thread David Vanderson
(define (path . body) (b (tt "\"" body "\""))) and with scribble syntax: (define @pa...@body} @b...@tt{"@body"}}) Question on scribble syntax: isn't @pa...@body} read as (path body) ? What syntax gives (path . body) ? I'm having trouble getting a . in there. Thanks, Dave On 10/01/201

Re: [racket] Scribble in continue

2010-10-01 Thread Eli Barzilay
Three minutes ago, Stephen De Gabrielle wrote: > I meant the @ syntax just like your example, but I was thinking of > the @syntax being entered by the user via the browser That's a really good idea, and if you do that we can definitely use it. We've been looking for a while for some wiki solution

Re: [racket] Scribble in continue

2010-10-01 Thread Stephen De Gabrielle
I meant the @ syntax just like your example, but I was thinking of the @syntax being entered by the user via the browser In 'continue' roughly (make-post "First Post" "@p{Hello @bold{World}} ") What do you think? Stephen (define (show-help req) `(html (head (title "DrDr > Help")

Re: [racket] Scribble in continue

2010-10-01 Thread Jay McCarthy
When you say "use Scribble" I presume you mean generate HTML like Scribble does? If so, you're right that it is designed for batch processing. I'm not sure it would be very useful to have it dynamically served because it is designed for a consistent, designed, structure. If what you mean is "use t