Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brudgers/literateprogrammingexample

An Example of Literate Programming in Racket using #lang scribble/lp
https://github.com/brudgers/literateprogrammingexample

literate-programming racket scribble

Last synced: 6 days ago
JSON representation

An Example of Literate Programming in Racket using #lang scribble/lp

Awesome Lists containing this project

README

        

** Literate Programming Example

This is an example of Literate Programming using Racket's `scribble/lp`
module. The only reason for this README.md is to point you to the
code itself - the tangled form is above in the files
`LPexample.rkt` and `Lpexample.scrbl`. The woven form though, is
probably a better place to start and is provided as the [`gh-pages`
companion to this repository.](http://brudgers.github.io/LiterateProgrammingExample/)