Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Examples on Literate Programming with Racket scribble/lp

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.

like image 957
ggelfond Avatar asked Nov 28 '12 21:11

ggelfond


1 Answers

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

like image 107
Sam Tobin-Hochstadt Avatar answered Sep 23 '22 01:09

Sam Tobin-Hochstadt