<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>JVM Languages Google Group</title>
  <link>http://groups.google.com/group/jvm-languages</link>
  <description>An interest group surrounding language implementation for the JVM, including static, dynamic, functional, and anything else. Discussions on implementation strategy, pain points, and the future of the platform.</description>
  <language>en</language>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c4670d330c933311?show_docid=c4670d330c933311</link>
  <description>
  Le 22/12/2009 00:25, Rich Hickey a �crit : &lt;br&gt; If you have a type representing a type variable, it is. &lt;br&gt; [...] &lt;br&gt; R�mi
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c4670d330c933311?show_docid=c4670d330c933311</guid>
  <author>
  fo...@univ-mlv.fr
  (Rémi Forax)
  </author>
  <pubDate>Tue, 22 Dec 2009 11:07:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/cabb804559ca5c77?show_docid=cabb804559ca5c77</link>
  <description>
  I don&#39;t know yet :) &lt;br&gt; I don&#39;t know whether the inference case is a requirement. &lt;br&gt; I don&#39;t know whether the fine-grained online reflective querying of &lt;br&gt; type information from arbitrary languages&#39; files is a requirement. &lt;br&gt; I&#39;m exploring options. &lt;br&gt; A lingua franca, yes, but a cumbersome one to deal with if your goal
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/cabb804559ca5c77?show_docid=cabb804559ca5c77</guid>
  <author>
  head...@headius.com
  (Charles Oliver Nutter)
  </author>
  <pubDate>Tue, 22 Dec 2009 00:14:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/7e7d4b84f1e04dda?show_docid=7e7d4b84f1e04dda</link>
  <description>
  But it&#39;s not just the coordinator, it&#39;s also the consumers (other &lt;br&gt; compilers). And we already know how to consume type information from &lt;br&gt; class files. &lt;br&gt; When, how, with what granularity, and how often to generate type &lt;br&gt; information seems to me orthogonal to how that information is &lt;br&gt; represented. Is there any evidence that the javax.lang representation
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/7e7d4b84f1e04dda?show_docid=7e7d4b84f1e04dda</guid>
  <author>
  richhic...@gmail.com
  (Rich Hickey)
  </author>
  <pubDate>Mon, 21 Dec 2009 23:25:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c7cf8aaf87af8a1e?show_docid=c7cf8aaf87af8a1e</link>
  <description>
  Sure, I agree with that. It&#39;s an outlier, in any case. &lt;br&gt; I think we need more than that: there&#39;s other non-Sun-javac Java &lt;br&gt; compilers out there, that would presumably want to participate. Maybe &lt;br&gt; we by presenting stubs we&#39;ll be good enough, but having a standard &lt;br&gt; interface for each language that can 1. generate stubs and 2. trigger
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c7cf8aaf87af8a1e?show_docid=c7cf8aaf87af8a1e</guid>
  <author>
  head...@headius.com
  (Charles Oliver Nutter)
  </author>
  <pubDate>Mon, 21 Dec 2009 22:58:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/d8a853fda20f65da?show_docid=d8a853fda20f65da</link>
  <description>
  If the return type of an exported method depends on type inference &lt;br&gt; and that inference may have circular cross-module dependencies, &lt;br&gt; my reaction is: Don&#39;t do that. You can&#39;t define a stable API &lt;br&gt; that way, at least not a library API. It might be OK for a &lt;br&gt; module-private method (in the sense of JSR-294 - i.e. a group of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/d8a853fda20f65da?show_docid=d8a853fda20f65da</guid>
  <author>
  p...@bothner.com
  (Per Bothner)
  </author>
  <pubDate>Mon, 21 Dec 2009 22:23:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/f46c7786bd2e41cc?show_docid=f46c7786bd2e41cc</link>
  <description>
  Perhaps we should take a deep breath before proceeding. Ready? &lt;br&gt; Eventually a shared compiler has to work with some API against some &lt;br&gt; &amp;quot;data&amp;quot; to coordinate different languages and the types they consume or &lt;br&gt; produce. Whether that data comes from class files (a common format) or &lt;br&gt; just appears to the coordinator as a set of interface-implementing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/f46c7786bd2e41cc?show_docid=f46c7786bd2e41cc</guid>
  <author>
  head...@headius.com
  (Charles Oliver Nutter)
  </author>
  <pubDate>Mon, 21 Dec 2009 20:54:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c2c0abcd0b322c06?show_docid=c2c0abcd0b322c06</link>
  <description>
  I agree. Because my compiler is not (yet) self-hosting, I use &amp;quot;javap &lt;br&gt; -public&amp;quot; to get what I need out of .class files, so I definitely want &lt;br&gt; an offline way of getting information about classes I don&#39;t generate. &lt;br&gt; In any case, the issue of how to consume a remote class is not &lt;br&gt; trivial. I know how to consume Java classes and expose them, but
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/c2c0abcd0b322c06?show_docid=c2c0abcd0b322c06</guid>
  <author>
  johnwco...@gmail.com
  (John Cowan)
  </author>
  <pubDate>Mon, 21 Dec 2009 20:52:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/36308e79bc5733aa?show_docid=36308e79bc5733aa</link>
  <description>
  You are missing the point. .class file *are* a data format. And &lt;br&gt; everything in the Java ecosystem understands them already. APIs *are &lt;br&gt; not* a data format, they are a means for live communication between &lt;br&gt; program entities. &lt;br&gt; Dumb stubs vs smart stubs? &lt;br&gt; That doesn&#39;t follow. We will have to do precisely and just as much
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/36308e79bc5733aa?show_docid=36308e79bc5733aa</guid>
  <author>
  richhic...@gmail.com
  (Rich Hickey)
  </author>
  <pubDate>Mon, 21 Dec 2009 20:24:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/096efcfa2c967e8d?show_docid=096efcfa2c967e8d</link>
  <description>
  I&#39;m not sure where reflection comes into this, unless you&#39;re referring &lt;br&gt; to one way the top-level compiler stuff would get class data (and &lt;br&gt; reflection may be a particularly poor way, since it has to *load* the &lt;br&gt; classes and requires that they be valid/complete to do so, rather than &lt;br&gt; just reading the data format). Generally we&#39;re talking about .class
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/096efcfa2c967e8d?show_docid=096efcfa2c967e8d</guid>
  <author>
  head...@headius.com
  (Charles Oliver Nutter)
  </author>
  <pubDate>Mon, 21 Dec 2009 18:50:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/a461ccfda320bfbc?show_docid=a461ccfda320bfbc</link>
  <description>
  Ok, now I see where the right bits go in the javax.lang stuff...I was &lt;br&gt; thrown off initially because there&#39;s far fewer interfaces, but they &lt;br&gt; appear to have been condensed a bit (ExecutableElement for all &lt;br&gt; method-like things, and so on). So using javax.lang plus a jarred-up &lt;br&gt; backport version of it would be just as good as apt, and javac would
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/a461ccfda320bfbc?show_docid=a461ccfda320bfbc</guid>
  <author>
  head...@headius.com
  (Charles Oliver Nutter)
  </author>
  <pubDate>Mon, 21 Dec 2009 18:39:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/76dc3d4feaaa5d49?show_docid=76dc3d4feaaa5d49</link>
  <description>
  This seems like a clean approach in general, but it needs some refinement to &lt;br&gt; deal with languages with type inference. As a simple example, a bit of &lt;br&gt; Scala code can say &lt;br&gt; class SomeScalaClass { &lt;br&gt; def foo(x : SomeNonScalaClass) = x.something() &lt;br&gt; The return type of foo depends on the return type of &lt;br&gt; SomeNonScalaClass#something. If that&#39;s the only dependency then compiling
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/76dc3d4feaaa5d49?show_docid=76dc3d4feaaa5d49</guid>
  <author>
  james...@gmail.com
  (James Iry)
  </author>
  <pubDate>Mon, 21 Dec 2009 15:21:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/be89a065419824e3?show_docid=be89a065419824e3</link>
  <description>
  2009/12/21 Rich Hickey &amp;lt;richhic...@gmail.com&amp;gt;: &lt;br&gt; One issue to bear in mind is that this potentially generates a lot of &lt;br&gt; stubs where it doesn&#39;t need to. With Scala at least the generation of &lt;br&gt; a large number of small class files is a big performance hit. &lt;br&gt; Potentially doubling the number generated (even if the version
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/be89a065419824e3?show_docid=be89a065419824e3</guid>
  <author>
  da...@drmaciver.com
  (David MacIver)
  </author>
  <pubDate>Mon, 21 Dec 2009 15:20:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/8bd817452c9f85a8?show_docid=8bd817452c9f85a8</link>
  <description>
  On Dec 20, 8:37 pm, &amp;quot;Martin C. Martin&amp;quot; &amp;lt;mar...@martincmartin.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Generating .class files isn&#39;t necessarily &#39;overkill&#39;. I agree with &lt;br&gt; Per, this is a standard representation. Given such .class files in the &lt;br&gt; classpath, all of our existing compilers and tools will &#39;just work&#39;, &lt;br&gt; right now. Reflection will work, etc.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/8bd817452c9f85a8?show_docid=8bd817452c9f85a8</guid>
  <author>
  richhic...@gmail.com
  (Rich Hickey)
  </author>
  <pubDate>Mon, 21 Dec 2009 12:43:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/6e9c7f59ef7c7cc7?show_docid=6e9c7f59ef7c7cc7</link>
  <description>
  That private API has been replaced by the standard Java extension API &lt;br&gt; Per referred to (javax.annotation.processing.P rocessor processes &lt;br&gt; javax.lang.model.element.TypeE lements). &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://java.sun.com/javase/6/docs/technotes/guides/apt/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; And as I said, if you want to do something like Groovy&#39;s unified
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/6e9c7f59ef7c7cc7?show_docid=6e9c7f59ef7c7cc7</guid>
  <author>
  j...@pagesmiths.com
  (Jim White)
  </author>
  <pubDate>Mon, 21 Dec 2009 12:34:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: [jvm-l] Common compiler infrastructure?</title>
  <link>http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/902517d8b7778ce7?show_docid=902517d8b7778ce7</link>
  <description>
  On Mon, Dec 21, 2009 at 9:21 AM, Charles Oliver Nutter &lt;br&gt; I like the sound of this ... good choice :-) &lt;br&gt; Cheers, &lt;br&gt; Miles
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jvm-languages/browse_frm/thread/4f20c8c916db33cb/902517d8b7778ce7?show_docid=902517d8b7778ce7</guid>
  <author>
  mi...@milessabin.com
  (Miles Sabin)
  </author>
  <pubDate>Mon, 21 Dec 2009 09:56:53 UT
</pubDate>
  </item>
  </channel>
</rss>
