From 32660e5e8a3548fd288ff7fb283c08c50891aa0a Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 8 Apr 2016 06:19:29 -0400 Subject: [PATCH] up --- scribblings/lux.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scribblings/lux.scrbl b/scribblings/lux.scrbl index 7d0dde7..b87b9ed 100644 --- a/scribblings/lux.scrbl +++ b/scribblings/lux.scrbl @@ -20,6 +20,10 @@ interactive programs that consist of plain mathematical functions. It is comparable to @racketmodname[2htdp/universe], although designed to allow more parameterization of how the program interacts. +Check out some examples in the +@link["https://github.com/jeapostrophe/lux/tree/master/examples"]{examples} +directory in the source. + @local-table-of-contents[] @section{Structure of a @racketmodname[lux] Program}