Examples on Literate Programming with Racket scribble/lp
Asked Answered
B

2

6

In addition to learning Racket I'm trying to learn literate programming. Unfortunately the Racket documentation is sparse to say the least with regards to scribble/lp. Could someone point me to some better resources on this subject or examples of literate programs written in Racket?

Thank you kindly.

Bowie answered 28/11, 2012 at 21:31 Comment(0)
A
4

Here's a small puzzle game in Racket, using the scribble/lp library: https://github.com/racket/games/blob/master/chat-noir/chat-noir-literate.rkt

Anywise answered 28/11, 2012 at 21:59 Comment(0)
O
3

Here is another shorter and self - explanatory example:

Project Repository Github.

Project Page using woven output.

It was written to cover some of the gaps in the Racket documentation.

Olivaolivaceous answered 18/12, 2013 at 21:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.