<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/jvm-languages</id>
  <title type="text">JVM Languages Google Group</title>
  <subtitle type="text">
  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.
  </subtitle>
  <link href="/group/jvm-languages/feed/atom_v1_0_msgs.xml" rel="self" title="JVM Languages feed"/>
  <updated>2008-07-22T17:46:57Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>David Pollak</name>
  <email>feeder.of.the.be...@gmail.com</email>
  </author>
  <updated>2008-07-22T17:46:57Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/cfc7f74122d2c5b1/1e0d513c8e323fb5?show_docid=1e0d513c8e323fb5</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/cfc7f74122d2c5b1/1e0d513c8e323fb5?show_docid=1e0d513c8e323fb5"/>
  <title type="text">Re: [jvm-l] JVM Languages Summit overlaps w/ Commercial Users of Functional Programming</title>
  <summary type="html" xml:space="preserve">
  I&#39;m presenting at CUFP and will spend my time in Victoria... sorry. &lt;br&gt; On Tue, Jul 22, 2008 at 8:59 AM, jerryk...@gmail.com &amp;lt;jerryk...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>jerrykuch@gmail.com</name>
  <email>jerryk...@gmail.com</email>
  </author>
  <updated>2008-07-22T15:59:40Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/cfc7f74122d2c5b1/050d0cb11cb3feea?show_docid=050d0cb11cb3feea</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/cfc7f74122d2c5b1/050d0cb11cb3feea?show_docid=050d0cb11cb3feea"/>
  <title type="text">JVM Languages Summit overlaps w/ Commercial Users of Functional Programming</title>
  <summary type="html" xml:space="preserve">
  It looks like the JVM Language Summit runs Sept. 24--26 and SIGPLAN&#39;s &lt;br&gt; Commercial Users of Functional Programming workshop is the single day &lt;br&gt; of Sept. 26th just after ICFP (Sept. 22--24). Anybody interested in &lt;br&gt; both and/or contemplating splitting their time between them?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Charles Oliver Nutter</name>
  <email>charles.nut...@sun.com</email>
  </author>
  <updated>2008-07-21T20:41:53Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/b1435f4426e9d126?show_docid=b1435f4426e9d126</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/b1435f4426e9d126?show_docid=b1435f4426e9d126"/>
  <title type="text">Re: [jvm-l] Re: Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  Yes, that&#39;s basically it. To save ourselves future pain moving to JSR292 &lt;br&gt; or just refactoring our call-path, all the Java-implemented Ruby methods &lt;br&gt; are bound via generated method handles. So a method on RubyString might &lt;br&gt; look like this: &lt;br&gt; @JRubyMethod(name = {&amp;quot;[]&amp;quot;, &amp;quot;slice&amp;quot;}, reads = BACKREF, writes = BACKREF)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim White</name>
  <email>j...@pagesmiths.com</email>
  </author>
  <updated>2008-07-21T19:49:11Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/050d39919088964b?show_docid=050d39919088964b</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/050d39919088964b?show_docid=050d39919088964b"/>
  <title type="text">Re: [jvm-l] Re: Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  We&#39;re talking about source-level pre-processing, which is to say &lt;br&gt; pre-bytecode. &lt;br&gt; An example problem is stuff that constructs the classpath which the &lt;br&gt; compiler expects to be set before it is called, as with dependency &lt;br&gt; managers. Naturally that is a little bit of chicken-and-egg problem if &lt;br&gt; your configuration for the dependencies is in the source.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ted Neward</name>
  <email>ted.new...@gmail.com</email>
  </author>
  <updated>2008-07-21T18:30:35Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/0c3f42ca491d4466?show_docid=0c3f42ca491d4466</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/0c3f42ca491d4466?show_docid=0c3f42ca491d4466"/>
  <title type="text">RE: [jvm-l] Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  Have BCEL or ASM or any of the bytecode toolkits taken up the slack on some of this yet? &lt;br&gt; &lt;p&gt;Ted Neward &lt;br&gt; Java, .NET, XML Services &lt;br&gt; Consulting, Teaching, Speaking, Writing &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.tedneward.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;No virus found in this outgoing message. &lt;br&gt; Checked by AVG. &lt;br&gt; Version: 7.5.524 / Virus Database: 270.5.3/1564 - Release Date: 7/21/2008 6:42 AM
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim White</name>
  <email>j...@pagesmiths.com</email>
  </author>
  <updated>2008-07-21T06:54:06Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/fa576964855600ac?show_docid=fa576964855600ac</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/fa576964855600ac?show_docid=fa576964855600ac"/>
  <title type="text">Re: [jvm-l] Re: Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  Then perhaps using the Eclipse APT is the way to go: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.eclipse.org/jdt/apt/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Although since javac, apt, and friends are in OpenJDK, that would &lt;br&gt; probably be a better starting point: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.iced-tea.org/wiki/IcePick&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Jim
  </summary>
  </entry>
  <entry>
  <author>
  <name>Charles Oliver Nutter</name>
  <email>charles.nut...@sun.com</email>
  </author>
  <updated>2008-07-21T00:06:20Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/41efa4628531777f?show_docid=41efa4628531777f</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/41efa4628531777f?show_docid=41efa4628531777f"/>
  <title type="text">Re: [jvm-l] Re: Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve considered doing the same, but the compiler I need to hook into is &lt;br&gt; javac, not JRuby&#39;s compiler. Groovy has a different situation because &lt;br&gt; they want to process annotations in Groovy code, not in Java code. I &lt;br&gt; need cross-JDK annotation processing of annotations in JRuby&#39;s Java &lt;br&gt; code, unfortunately.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim White</name>
  <email>j...@pagesmiths.com</email>
  </author>
  <updated>2008-07-20T21:49:57Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/6dfc5262176af63b?show_docid=6dfc5262176af63b</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/6dfc5262176af63b?show_docid=6dfc5262176af63b"/>
  <title type="text">Re: [jvm-l] Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  Well, it probably isn&#39;t useful for JRuby, but Groovy had a similar &lt;br&gt; problem but solved it by implementing Java 5 Annotations processing as &lt;br&gt; part of it&#39;s compiler. There is even an example by Danno Ferrin &lt;br&gt; (Grape&#39;s &amp;quot;@grab&amp;quot; annotation) which hooks into an early compiler phase to &lt;br&gt; pull in classpath dependencies. I believe all this Groovy compiler and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Charles Oliver Nutter</name>
  <email>charles.nut...@sun.com</email>
  </author>
  <updated>2008-07-20T19:07:16Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/35d6a7f355f401a0?show_docid=35d6a7f355f401a0</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/4957edb0c76e6dfe/35d6a7f355f401a0?show_docid=35d6a7f355f401a0"/>
  <title type="text">Annotation processing without Sun dependency</title>
  <summary type="html" xml:space="preserve">
  Ok, I&#39;ve got a problem. In JRuby 1.1.3 we started using a compile-time &lt;br&gt; annotation processor to pre-generate a bunch of code. This has helped &lt;br&gt; startup time, since before we did this processing at runtime using Java &lt;br&gt; reflection classes, and just using those classes increased both memory &lt;br&gt; and startup time.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steven Shaw</name>
  <email>stes...@gmail.com</email>
  </author>
  <updated>2008-07-19T08:26:25Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/45d83ce30109cbd0?show_docid=45d83ce30109cbd0</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/45d83ce30109cbd0?show_docid=45d83ce30109cbd0"/>
  <title type="text">Re: [jvm-l] Re: JSqueak</title>
  <summary type="html" xml:space="preserve">
  2008/7/18 Dion Stewart &amp;lt;dion.stew...@visi.com&amp;gt;: &lt;br&gt; I was hoping to look into as part of a PhD but I cannot find a way to work &lt;br&gt; it in.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark Derricutt</name>
  <email>m...@talios.com</email>
  </author>
  <updated>2008-07-18T10:31:13Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/ebbde36d202b21a9?show_docid=ebbde36d202b21a9</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/ebbde36d202b21a9?show_docid=ebbde36d202b21a9"/>
  <title type="text">Re: [jvm-l] Re: JSqueak</title>
  <summary type="html" xml:space="preserve">
  A long time ago I came across &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bistro.sourceforge.net/&quot;&gt;[link]&lt;/a&gt; which looked &lt;br&gt; promising, but nothing ever happened to it beyond 2001/2002. It&#39;s been a &lt;br&gt; while since I gave it a bash so not sure what state its in (downloading now &lt;br&gt; to look at). &lt;br&gt; mark
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dion Stewart</name>
  <email>dion.stew...@visi.com</email>
  </author>
  <updated>2008-07-18T03:43:18Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/0c2f3afd044c6929?show_docid=0c2f3afd044c6929</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/a7f6726c4c14fff2/0c2f3afd044c6929?show_docid=0c2f3afd044c6929"/>
  <title type="text">Re: JSqueak</title>
  <summary type="html" xml:space="preserve">
  Cool stuff. Just out of curiosity...anyone looking at putting &lt;br&gt; Smalltalk on the JVM using the Da Vinci Machine? &lt;br&gt; &lt;p&gt;On Jun 21, 4:54 pm, &amp;quot;Werner Schuster (murphee)&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>charming</name>
  <email>ming1...@gmail.com</email>
  </author>
  <updated>2008-07-13T06:23:47Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/42bff1dad6b86a4c/cb442f6cc9dbd9cd?show_docid=cb442f6cc9dbd9cd</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/42bff1dad6b86a4c/cb442f6cc9dbd9cd?show_docid=cb442f6cc9dbd9cd"/>
  <title type="text">See Free GROUP MOUTH FUCKING VIDEOS of Hot COLLEGE GIRLS Fucking in Mouth in College Campus..... ...</title>
  <summary type="html" xml:space="preserve">
  See Free GROUP MOUTH FUCKING VIDEOS of Hot COLLEGE GIRLS Fucking in &lt;br&gt; Mouth in College Campus..... ... &lt;br&gt; &lt;p&gt;Watch the Free Video Collection of Hot College Girls Making HOT MOUTH &lt;br&gt; Fuck in the College Play Ground...... The only collection of hot nude &lt;br&gt; college girls groups fucking videos.....Watch the Free Videos
  </summary>
  </entry>
  <entry>
  <author>
  <name>charming</name>
  <email>ming1...@gmail.com</email>
  </author>
  <updated>2008-07-10T01:53:53Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/7781c43fa67633a0/c50fcc6bfaaaa191?show_docid=c50fcc6bfaaaa191</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/7781c43fa67633a0/c50fcc6bfaaaa191?show_docid=c50fcc6bfaaaa191"/>
  <title type="text">Meet the Horny Lesbian College Girls Fucked in ROUTH MOUTH Shape.</title>
  <summary type="html" xml:space="preserve">
  Meet the Horny Lesbian College Girls Fucked in ROUTH MOUTH Shape. &lt;br&gt; &lt;p&gt;Watch the Free Video of All Lesbian College Girl Having Horny &lt;br&gt; Fucked...... Here the Huge Collection of Horny Lesbian College Girl &amp;amp; &lt;br&gt; More of School Girls too... &lt;br&gt; &lt;p&gt;Watch the Free Video Here that will make you satisfied at all....
  </summary>
  </entry>
  <entry>
  <author>
  <name>jerrykuch@gmail.com</name>
  <email>jerryk...@gmail.com</email>
  </author>
  <updated>2008-07-09T15:52:20Z</updated>
  <id>http://groups.google.com/group/jvm-languages/browse_thread/thread/142aa8adce7c5119/ef844cfe5e5a5f10?show_docid=ef844cfe5e5a5f10</id>
  <link href="http://groups.google.com/group/jvm-languages/browse_thread/thread/142aa8adce7c5119/ef844cfe5e5a5f10?show_docid=ef844cfe5e5a5f10"/>
  <title type="text">Re: C and C++ to java bytecode</title>
  <summary type="html" xml:space="preserve">
  Some more NestedVM factoids: NestedVM does a pretty good job outside &lt;br&gt; of a couple of known areas (like anything involving floating point, &lt;br&gt; the last time I looked). In fact, one of the early conference papers &lt;br&gt; on it was typeset using a build of TeX that had been compiled from the &lt;br&gt; C source through NestedVM and into bytecode, where it was run on the
  </summary>
  </entry>
</feed>
