Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brudgers/literateprogrammingexample
- Owner: brudgers
- Created: 2013-12-18T20:35:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T20:21:10.000Z (over 4 years ago)
- Last Synced: 2023-07-31T16:36:50.914Z (over 1 year ago)
- Topics: literate-programming, racket, scribble
- Language: CSS
- Homepage: http://brudgers.github.io/LiterateProgrammingExample/
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)