summaryrefslogtreecommitdiffstats
path: root/sicp.org
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2016-03-24 08:19:11 -0400
committerrsiddharth <rsiddharth@ninthfloor.org>2016-03-24 08:19:11 -0400
commitf4dea03a01e95f7c0d72a1c3c49ff87d08a5beac (patch)
tree3b24b387323cc2d5403afbab07ef217afebbe3c0 /sicp.org
parent0e689a0c447e6e3fdfc21ed0bd741d18174ecfd8 (diff)
Add note about guile's use-modules
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