If you don't read it allready, check out lambda-the-ultimate.org for a nice "news" site about languages. WRT wrtiting a compiler, take a look at Scalas parser combinator library, makes for nice and compact parsers.
BR, John On Tue, Jan 6, 2009 at 12:43 PM, Kram <[email protected]> wrote: > > For a while now, I've been wanting to get my hands dirty on Java and > the JVM, by this is mean getting to know bytecode, and how compilers > work, JIT, the JVM in general, etc... > > So the best thing I figure to do is to write my own, very basic, > language for the JVM. Even if it provides no real benefit to anyone, I > would really like to give this a try. > > Languages really interest me and any help on this topic would be > greatly appreciated. > > Thanks a lot, > Mark > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
