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]

Re: new kawa snapshot 1.6.90


"Nic Ferrier" <nferrier@tapsellferrier.co.uk> writes:

> What about shipping GNU-Classpath's implementation of the Collection
> classes.
> 
> Here's how you might do that:
> 
> - use a version of the Collection classes moved into a different
> package, eg: gnu.util
> - have your sed script build against: either java.util or gnu.util
> for collection classes
> - for windows ship the java files built against the gnu.utils
> classes

I don't see the it is worth adding the extra code and complication.
Nothing in Kawa *depends* on the standard collection classes - in fact
gnu.lists can *replace* the collection classes (at least part).  It is
just that if you have code that expects a java.util.List instance, you
would be able to pass it (say) a gnu.lists.FVector (a Scheme string)
only if Kawa were configured to assume Java2 collections.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


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