X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fbeyond-ansi.sgml;h=388ebdf073687755b804693bc5698fe8c7d89b7e;hb=782a45c5d5000d7e86c83e7b303f15270b1e03c2;hp=913848978f4c71333d94ff323e2666d069e1148b;hpb=b7eed59f1877263e1af5ad80299e641e8276f77d;p=sbcl.git diff --git a/doc/beyond-ansi.sgml b/doc/beyond-ansi.sgml index 9138489..388ebdf 100644 --- a/doc/beyond-ansi.sgml +++ b/doc/beyond-ansi.sgml @@ -114,16 +114,18 @@ calling external C code, described &SBCL; provides additional garbage collection functionality not specified by &ANSI;. Weak pointers allow references to objects to be maintained without keeping them from being GCed. And "finalization" -hooks are available to cause code to be executed when an object is +hooks are available to cause code to be executed when an object has been GCed. &SBCL; supports Gray streams, user-overloadable CLOS classes whose instances can be used as Lisp streams (e.g. passed as the -first argument to format). +first argument to format). Additionally, the +bundled contrib module sb-simple-streams +implements a subset of the Franz Allegro simple-streams proposal. &SBCL; supports a MetaObject Protocol which is intended to be compatible with &AMOP;; present exceptions to this (as distinct from -current bugs) are: +current bugs) are: the abstract metaobject class is not present in the class hierarchy; @@ -135,7 +137,8 @@ current bugs) are: the system-supplied :around method for compute-slots specialized on funcallable-standard-class does not respect the - requested order from a user-supplied primary method. + requested order from a user-supplied primary method. + @@ -144,7 +147,7 @@ current bugs) are: &SBCL; (as of version 0.8.3, on Linux x86 only) supports a fairly low-level threading interface that maps onto the host operating -system's concept of threads or lightweight processes. +system's concept of threads or lightweight processes. Lisp-level view