[armedbear-devel] Accessing Java booleans from Lisp in ABCL (was	Re: lsw2)
    Mark Evenson 
    evenson at panix.com
       
    Wed Aug 17 07:45:26 UTC 2011
    
    
  
On Aug 16, 2011, at 22:09 , Alan Ruttenberg wrote:
> On Tue, Aug 16, 2011 at 3:55 PM, Patrice Seyed <apseyed at gmail.com> wrote:
> How about a boolean?
> 
> (make-immediate-object nil :boolean)
> (make-immediate-object t :boolean)
While this will work, we have denoted MAKE-IMMEDIATE-OBJECT as
deprecated as of abcl-0.26.
The preferred way to get at the JVM boolean values is to use the
JAVA:+TRUE+ and JAVA:+FALSE+ constants.
--
"A screaming comes across the sky.  It has happened before, but there is nothing to compare to it now."
    
    
More information about the armedbear-devel
mailing list