Greetings, and thanks!

This should be fixed now.

For those interested, GCL now has si::fpvec, si::type-spec, and
(si::list-of foo) types for vectors with fill pointers, type
specifications, and proper-lists of all the same objects.

Take care,

Robert Boyer <[EMAIL PROTECTED]> writes:

> >From the ANSI:
> 
>    The type returned by type-of is always a recognizable subtype of the
>    class returned by class-of.  That is,
> 
>     (subtypep (type-of object) (class-of object)) => true, true
> 
> Bob
> 
> -------------------------------------------------------------------------------
> 
> % 4
> GCL (GNU Common Lisp)  2.7.0 ANSI    Nov 22 2006 08:05:50
> ...
> >(subtypep (type-of "not_a_variable") (class-of "not_a_variable"))
> 
> Error: 
> Fast links are on: do (si::use-fast-links nil) for debugging
> Signalled by EVAL.
> Condition in SYSTEM:TOP-LEVEL [or a callee]: INTERNAL-SIMPLE-TYPE-ERROR: 
> #<Built-In-Class STRING 311056720> is not of type (OR
>                                                                               
>                                               SYMBOL
>                                                                               
>                                               SYSTEM:PROPER-LIST): 
> 
> Broken at EVAL.  Type :H for Help.
>  1 (Continue) supply a new value of SYSTEM::T2.
>  2 Return to top level.
> >>
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to