[racket] convert scribble block directly to xexpr?

From: Stephen Chang (stchang at ccs.neu.edu)
Date: Wed Oct 2 02:06:56 EDT 2013

Sam Tobin-Hochstadt wrote:
> feel free to steal source code from https://github.com/samth/paste.rkt

Ah nice. I added some more features like evaluation, which is
partially working (only for certain #langs but can't figure out why).
Someone try to delete my server files!


Greg Hendershott wrote:
> I suppose you could do something like:
>
>     mkfs -q /dev/ram1 8192
>     mkdir -p /ramcache
>     mount /dev/ram1 /ramcache

That's a neat trick, thanks. Sounds like what Matthew Eric Bassett was
talking about. I've realized though that the slowness is less due to
the disk and more due to scribble compiling so I'm not sure how much
it would help.

Posted on the users mailing list.