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: Inter-operating with Java lists


Bhinderwala, Shoeb wrote:

I have a list of Java objects in a Java list (e.g. java.util.ArrayList).

I have a scheme function that takes a Scheme list as a parameter.

How do I pass my Java list to the scheme function?

I checked in to CVS an enhancment to LList.makeList to let it take any java.util.List. I checked in a similar generalization to the FVector constructor. (There was a minor complication so Kawa can still work on JDK 1.1.) -- --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]