Re: [Gcl-devel] Re: on incf

2005-08-11 Thread Paul F. Dietz
Camm Maguire wrote: Greetings! test-random-types3 spit this out after a 1 10 run: (((AND (OR (OR (NOT (AND NIL RATIO NIL))) (COMPLEX (INTEGER * 12800 (NOT (CONS (CONS (CONS T T) (CONS (COMPLEX (REAL 78460 78460)) (EQL -3905))) (EQL -285003020)

[Gcl-devel] Re: on incf

2005-07-08 Thread Paul F. Dietz
Camm Maguire wrote: Greetings! Paul, are there any overlapping types in Common Lisp neither of which is a subtype of the other? FIXNUM and UNSIGNED-BYTE (I assume you mean builtin types with type specifiers that are symbols.) Paul ___

[Gcl-devel] Re: on incf

2005-07-01 Thread Camm Maguire
Greetings, and thanks for the report! I've always felt, as I think you do too, that all these explicit declarations are against the spirit of lisp and the compiler should be smart enough to put in many of them itself. I'm just wrapping up a set of list and sequence compiler mods, thanks to