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
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
(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
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
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
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
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")
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
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
9 matches
Mail list logo