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: blog entry - Kawa in Computer Languages "shootout"


On 10/23/2010 07:22 PM, Jamison Hope wrote:

test.scm still exhibits the problem:

I fixed the problem with a null in the type signature.


However, a class with just:

(define-simple-class A ())

generates an empty method body for A's initializer,
presumably because A is unused - because the
following is OK:

(define-simple-class A ())
(display (A)) (newline)

I'll look into it, but hopefully you won't run into
that problem.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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