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: Starting a repl within a package


Per Bothner <per@bothner.com> writes:

> You can do it using the Kawa module system. 

Is that documented somewhere? How do you map a set of classes onto a
scheme module and how do you start a repl in this module?  Reading
your documentation I got the impression that the scheme module system
is not orthogonal to the java package system.


> Well, this worked for me:
>         (invoke (object (<gnu.lists.FString>) ((getX) 12)) 'getX)

That will be compiled into a value, I think.


Jost


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