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.

ggelfond
  • 321
  • 1
  • 2
  • 5

2 Answers2

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

Sam Tobin-Hochstadt
  • 4,983
  • 1
  • 21
  • 43
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.

ben rudgers
  • 3,647
  • 2
  • 20
  • 32