This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GSOC | Extending Common Lisp support


* Jamison Hope [2012-06-10 05:08] writes:

> #!null needs to remain a distinct value, though, if only so that we
> can pass
> it to Java code. 

I also think that representing nil as the JVM null value would be quite
elegant.  There are ifnull/ifnonnull instructions that would be useful
for conditionals.  Also CL variables/slots/arrays that need to be
initialized to nil would match the JVM rules quite neatly.

Helmut


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]