On Wednesday 25 November 2009 16:57:51 Alexandru Nedelcu wrote: > Hi, > > I'm a rookie looking to implement a language for fun & profit :) > > I want to know if there are any publications on efficiently mapping > the ML type-system to Java, like tuples, unions, closures ... or like > implementing generics through reification or through code- > specialization (I can't think of a reason why not, but I don't have > the experience). > > 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).
You might also appreciate the OCamlJava project that tries to run OCaml on the JVM: http://ocamljava.x9c.fr/ To the best of my knowledge, this project is also almost entirely unused. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e -- 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.
