[racket] Scribble source file with inline images
2014-06-03 22:14 GMT+02:00 Matthew Flatt <mflatt at cs.utah.edu>:
> The piece that can't handle non-character input is the `@` reader.
>
> You can avoid it by a kind of `include`, so that a plain Racket reader
> is used to get the source. This almost works:
...
> The enclosed "flappy.scrbl" fills in the last step. The `bridge-images`
> function converts an image to an expression #,(png-bytes <bytes>),
> where a `png-bytes` is convertible to 'png-bytes.
Excellent service as always!
Blog post coming up...
Thanks,
Jens Axel