summaryrefslogtreecommitdiffstats
path: root/sicp.org
diff options
context:
space:
mode:
Diffstat (limited to 'sicp.org')
-rw-r--r--sicp.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/sicp.org b/sicp.org
index a64fccd..5fde8ae 100644
--- a/sicp.org
+++ b/sicp.org
@@ -8,6 +8,11 @@ begin with simplified, incomplete models. As we examine things in
greater detail, these simple models become inadequate and must be
replaced by more refined models.
#+END_QUOTE
+** guile
+*** use module
+ #+BEGIN_SRC scheme
+ (use-modules (some thing))
+ #+END_SRC
* exercises
** 1
*** 4