[plt-scheme] Literate Programming

From: Hugh Myers (hsmyers at gmail.com)
Date: Mon Jun 29 09:47:08 EDT 2009

I've a scheme file chunked up; i.e. all functions are enclosed in
@chunk[<chunk-name>] wrappers. I've a second file:

#lang scheme
(require scribble/lp-include)
(lp-include
 "repl-2.ss")

When run the second produces:

"\n"
"\n"
#<splice>
"\n"
"\n"
"\n"

etc.

What am I doing wrong?

--hsm
p.s. first file starts with #lang scribble/lp


Posted on the users mailing list.