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: cannot derive from module class: new feature request


Chris Dean wrote:
FWIW, me too.  I'd like it if we had a define-simple-class (or maybe a
define-complicated-class) that had every feature the underlying JVM
supports.  In addition to the public/private style scoping rules that
Per mentions it would be nice to have static blocks, constructors, etc.

We do have static blocks. If (module-static #t) then I believe every top-level expression is equivalent to a static block. -- --Per Bothner per at bothner dot 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]