Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Matthew Flatt 2f3e989cf5 repair quadraic behavior for a Scribble document's top level
The recursive macro used by `#%module-begin` had a `...` in a pattern
that only matches once, but the match is attempted every time around,
and the `...` list accumulated the body of the module.

Thanks to Shriram Krishnamurthi for reporting the problem.
2014-12-12 08:25:58 -07:00
scribble Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-doc Change link to scribble doc sources 2014-12-10 22:53:34 -05:00
scribble-html-lib Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-lib repair quadraic behavior for a Scribble document's top level 2014-12-12 08:25:58 -07:00
scribble-test Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-text-lib Remove extra directories. 2014-12-02 00:54:52 -05:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:27 -05:00