This is the mail archive of the kawa@sources.redhat.com 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: defmacro: Null pointer exceptions with compiled files


> It also appears to be broken with Files compilation:

Works for me:

    % java kawa.repl
    #|kawa:1|# (require <incanddec>)
    #|kawa:2|# (define x 1)
    #|kawa:3|# (inc x)
    2
    #|kawa:4|# x
    2
    #|kawa:5|# (let ((i 1)) (inc i))
    2

This is my standard technique in 34k+ lines of Kawa code.  How's your
CLASSPATH?

Regards,
Chris Dean


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