diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-02-08 14:46:36 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-02-08 14:46:36 -0500 |
commit | 341655cb1233d7faacc6bc51d5dbc71cd6b5770b (patch) | |
tree | fb98a2c4ef390ca4a2410cae432af361af246ecb /software/scheme | |
parent | b053ffbd7f1dc1a28098c1a68d44d92d0f449cfc (diff) | |
download | knowledge-341655cb1233d7faacc6bc51d5dbc71cd6b5770b.tar.gz knowledge-341655cb1233d7faacc6bc51d5dbc71cd6b5770b.zip |
software tiny stuff
Diffstat (limited to 'software/scheme')
-rw-r--r-- | software/scheme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/software/scheme b/software/scheme index c64d000..dda68f1 100644 --- a/software/scheme +++ b/software/scheme @@ -77,3 +77,9 @@ image can be specified with the ``--band`` option at runtime or with ``(disk-restore filename)`` from within the interpreter. Bands are also called worlds. +"First Class" +------------------ +"Procedures as first class objects" is one of the features commonly attributed +to scheme. What does that mean? SICP describes first class objects as those +that can be: named by variables, passed as arguments, returned as results, +and included in data structures. |