diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2016-03-24 08:19:11 -0400 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2016-03-24 08:19:11 -0400 |
commit | f4dea03a01e95f7c0d72a1c3c49ff87d08a5beac (patch) | |
tree | 3b24b387323cc2d5403afbab07ef217afebbe3c0 | |
parent | 0e689a0c447e6e3fdfc21ed0bd741d18174ecfd8 (diff) |
Add note about guile's use-modules
-rw-r--r-- | sicp.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |