From 341655cb1233d7faacc6bc51d5dbc71cd6b5770b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 8 Feb 2009 14:46:36 -0500 Subject: software tiny stuff --- software/scheme | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'software/scheme') 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. -- cgit v1.2.3