[racket] Buttons on the toolbar don't appear

2010-10-01 Thread Nadeem Abdul Hamid
Do other people experience these things?... Why is it that sometimes when I open a *.rkt file with #lang racket at the top, the "check syntax" "debug" "macro stepper" buttons don't appear unless I go that top #lang line and edit it -- delete the "t" of "racket" and retype it, for instance? Anoth

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] Central typed-scheme information?

2010-10-01 Thread Matthias Felleisen
We no longer do Scheme. We do Racket. The current state is best documented in the Guide: http://docs.racket-lang.org/ts-guide/index.html Ref Manual: http://docs.racket-lang.org/ts-reference/index.html Best doesn't mean 'good' however. I can't answer the question about which wrapper modules

[racket] Central typed-scheme information?

2010-10-01 Thread Scott McLoughlin
Is there a central Web page describing what typed-scheme wrapper modules exist, their location (or inclusion in the Racket distribution) and general type-scheme status? Mucho thanks in advance. Scott _ For list-related administrative tasks: http

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

[racket] Scribble in continue

2010-10-01 Thread Stephen De Gabrielle
I was just wondering if it was possible to use scribble as a markup language in web apps like the continue demo? I took a quick look, but the scribble lib seems to be focussed on batch processing files, or being used as a language. Am I missing something? (I was thinking of doing a scribble wiki