On 11/25/2009 08:57 AM, Alexandru Nedelcu wrote: > Or any articles on implementing static language features on top of the > JVM (I can see there's a lot of talk on dynamic features in the Docs).
Kawa is relatively static (compared to most of the languages involved in this list) in that it has static modules, declarations, and types. So you might find the Kawa internals documentation of interest, though it as isn't complete or up-to-date as I'd like: http://www.gnu.org/software/kawa/internals/index.html -- --Per Bothner [email protected] http://per.bothner.com/ -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
