[jvm-l] InfoQ short note on DLR

2008-01-23 Thread Patrick Wright
Found this article on Microsoft's DLR http://www.infoq.com/news/2008/01/john-lam-interview Not long on substance, but interesting link to this blog http://blogs.msdn.com/mmaly/archive/2008/01/14/building-a-dlr-language-trees.aspx where we read: What makes [ToyScript] a DLR based language (from

[jvm-l] Re: InfoQ short note on DLR

2008-01-23 Thread Charles Oliver Nutter
Patrick Wright wrote: The DLR Trees are essentially the DLR representation of programs so every language that targets DLR produces the DLR Trees. ToyScript's design is similar to that of all the other DLR based languages, such as IronPython or IronRuby in the sense that it first parses into

[jvm-l] Re: InfoQ short note on DLR

2008-01-23 Thread Sanghyeon Seo
2008/1/23, Charles Oliver Nutter [EMAIL PROTECTED]: Yeah, I'd like to hear what others on this list think about this model. As I understand it (and I may have heard wrong), most of the big DLR languages currently don't generate straight up DLR trees, or they partially generate such trees but

[jvm-l] The Da Vinci Machine

2008-01-23 Thread Rémi Forax
John rose post a new blog entry: http://blogs.sun.com/jrose/entry/anonymous_classes_in_the_vm i can't wait to write da vinci code :) Rémi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups JVM Languages group. To

[jvm-l] Re: InfoQ short note on DLR

2008-01-23 Thread Ted Neward
John Lam is a friend of mine; is it OK to forward this thread to him for comment/answers? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com -Original Message- From: jvm-languages@googlegroups.com [mailto:jvm- [EMAIL PROTECTED] On

[jvm-l] Re: InfoQ short note on DLR

2008-01-23 Thread Charles Oliver Nutter
Ted Neward wrote: John Lam is a friend of mine; is it OK to forward this thread to him for comment/answers? Hey, it's a public forum...I'd love to hear his input. If others have pointers to papers or presentations on DLR trees, I'd also like to see those. - Charlie

[jvm-l] Re: The Da Vinci Machine

2008-01-23 Thread Charles Oliver Nutter
Rémi Forax wrote: John rose post a new blog entry: http://blogs.sun.com/jrose/entry/anonymous_classes_in_the_vm i can't wait to write da vinci code :) Ha! :) This is driven (at least in part) by feedback I've been giving John about the pain points of implementing a dynamic language on the

[jvm-l] Re: InfoQ short note on DLR

2008-01-23 Thread Sanghyeon Seo
2008/1/24, Charles Oliver Nutter [EMAIL PROTECTED]: If others have pointers to papers or presentations on DLR trees, I'd also like to see those. Take a look at this if you haven't already. http://compilerlab.members.winisp.net/ -- Seo Sanghyeon