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]

Generating arbitrary Java classes at run time with Kawa


Hi all,

is is possible to use Kawa to generate Java classes based on run time information (not known at compile time)?

The problem is that define-simple-class is a syntax, not a function.

I know, at run time I could convert my Java class metadata to a scheme file with all define-simple-class expressions, and then compile the file, but I'm looking for more elegant solution.

Regards,
Vladimir


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