<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://lambda-the-ultimate.org">
<channel>
 <title>Lambda the Ultimate - Programming Languages Weblog</title>
 <link>http://lambda-the-ultimate.org</link>
 <description>Programming languages news, articles and discussion</description>
 <language>en</language>
<item>
 <title>Phil Windley&#039;s DSL adventures </title>
 <link>http://lambda-the-ultimate.org/node/2977</link>
 <description>&lt;p &gt;Phil Windley has has a new startup, and he is documenting some of aspects of their design process (business and technical) on his blog. For us the nice part is that he is building a DSL. &lt;a href=&quot;http://www.windley.com/archives/2007/11/domain_specific_language.shtml&quot;&gt;Here&lt;/a&gt; is an explanation why building a DSL makes sense (not that we need one, over here, but still a nice analysis). And &lt;a href=&quot;http://www.windley.com/archives/2008/09/parsing_with_perl.shtml&quot;&gt;here&lt;/a&gt; is a discussion of high order perl and parsing.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/24">DSL</category>
 <pubDate>Sun, 07 Sep 2008 02:04:38 -0400</pubDate>
</item>
<item>
 <title>Compiler Validation through Program Analysis</title>
 <link>http://lambda-the-ultimate.org/node/2974</link>
 <description>&lt;p &gt;Anna Zaks and Amir Pnueli (2008).  &lt;a href=&quot;http://llvm.org/pubs/2008-05-CoVaC.pdf&quot;&gt;CoVaC: Compiler Validation by Program Analysis of the Cross-Product&lt;/a&gt;.  In Proc. 15th Symp. Formal Methods.&lt;/p&gt;
&lt;p &gt;From the introduction:&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;In this paper, we present a Compiler Verification by Program Analysis of the Cross-Product framework (CoVaC ) - a novel translation validation approach, in which one constructs a comparison system - a cross-product of the source and target programs. The input programs are equivalent if and only if the comparison system satisfies a certain specification. This allows us to leverage the existing methods of proving properties of a single program instead of relying on program analysis and proof rules specialized to translation validation, used by the existing frameworks.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;and&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
Finally, this paper reports on a prototype tool CoVaC that applies the developed framework to verification of optimizing transformations performed by LLVM 1.9  - a very aggressive open-source compiler.
&lt;/p&gt;&lt;/blockquote&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
 <pubDate>Fri, 05 Sep 2008 06:19:26 -0400</pubDate>
</item>
<item>
 <title>Communicating Scala Objects</title>
 <link>http://lambda-the-ultimate.org/node/2970</link>
 <description>&lt;p &gt;I wouldn&#039;t normally think a library is LtU material, but since this one lives at the intersection of embedded DSLs, process calculi, and a spotlight language, I think it fits: &lt;a href=&quot;http://users.comlab.ox.ac.uk/bernard.sufrin/CSO/cpa2008-cso.pdf&quot;&gt;Communicating Scala Objects&lt;/a&gt;, Bernard Sufrin, Communicating Process Architectures 2008.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;In this paper we introduce the core features of CSO (Communicating Scala Objects) – a notationally convenient embedding of the essence of occam in a modern, generically typed, object-oriented programming language that is compiled to Java Virtual Machine (JVM) code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;If you would like to play with it, the library can be downloaded &lt;a href=&quot;http://users.comlab.ox.ac.uk/bernard.sufrin/CSO/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/24">DSL</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/16">Parallel/Distributed</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/32">Scala</category>
 <pubDate>Wed, 03 Sep 2008 18:47:28 -0400</pubDate>
</item>
<item>
 <title>Google V8 JavaScript Engine</title>
 <link>http://lambda-the-ultimate.org/node/2967</link>
 <description>&lt;p &gt;You can read the docs and download the C++ source &lt;a href=&quot;http://code.google.com/apis/v8/intro.html&quot;&gt;here&lt;/a&gt;.&lt;p &gt;
V8 is supposedly the main added value of &lt;a href=&quot;http://www.google.com/chrome&quot;&gt;Chrome&lt;/a&gt;, the &lt;a href=&quot;http://lambda-the-ultimate.org/node/2963&quot;&gt;newly announced&lt;/a&gt; Google browser.&lt;p &gt;
Our &lt;a href=&quot;http://lambda-the-ultimate.org/node/2963&quot;&gt;discussion&lt;/a&gt; of the Chrome announcement enumerates some of the features of V8.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/23">Cross language runtimes</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/8">Implementation</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/31">Javascript</category>
 <pubDate>Tue, 02 Sep 2008 21:25:51 -0400</pubDate>
</item>
<item>
 <title>Unchecked Exceptions can be Strictly More Powerful than Call/CC</title>
 <link>http://lambda-the-ultimate.org/node/2966</link>
 <description>&lt;p &gt;Here&#039;s a little light reading for your day-after-Labor-Day (or whatever yesterday was where you live): &lt;a href=&quot;http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.19.694&amp;amp;rep=rep1&amp;amp;type=pdf&quot;&gt;Unchecked Exceptions can be Strictly More Powerful than Call/CC&lt;/a&gt;, Mark Lillibridge and Olivier Danvy, 1999, Higher-Order and Symbolic Computation.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
We demonstrate that in the context of statically-typed purely-functional lambda calculi without recursion, unchecked exceptions (e.g., SML exceptions) can be strictly more powerful than call/cc. More precisely, we prove that a natural extension of the simply-typed lambda calculus with unchecked exceptions is strictly more powerful than all known sound extensions of Girard’s Fω (a superset of the simply-typed lambda calculus) with call/cc. This result is established by showing that the first language is Turing complete while the later languages permit only a subset of the recursive functions to be written.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;I have to say that on seeing the title I was surprised: I cut my functional teeth on Scheme and every baby Schemer sucks up the knowledge that call/cc lets you create all manner of flow control including exceptions.  But, as the paper makes clear, that&#039;s not necessarily the case in a statically-typed context.&lt;/p&gt;
&lt;p &gt;Edit: Citeseerx was not responding very well, here&#039;s an &lt;a href=&quot;http://www.hpl.hp.com/personal/Mark_Lillibridge/Unchecked_Exceptions/hosc99.pdf&quot;&gt;alternative URL&lt;/a&gt; for the paper.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/20">Lambda Calculus</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/21">Type Theory</category>
 <pubDate>Tue, 02 Sep 2008 11:39:20 -0400</pubDate>
</item>
<item>
 <title>Closures for C</title>
 <link>http://lambda-the-ultimate.org/node/2962</link>
 <description>&lt;p &gt;Chris Lattner&#039;s post last week to cfe-dev, &lt;a href=&quot;http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html&quot;&gt;&quot;Blocks&quot; in Clang (aka closures)&lt;/a&gt;, has generated a certain amount of enthusiasm, since &lt;a href=&quot;http://clang.llvm.org/&quot;&gt;Clang&lt;/a&gt; is, or will be, a compiler for C to LLVM (cf. &lt;a href=&quot;http://lambda-the-ultimate.org/node/715&quot;&gt;LLVM 1.5 has been released!&lt;/a&gt;).&lt;/p&gt;
&lt;p &gt;The representation of closures as blocks resembles the technique used for Poletto&#039;s &lt;a href=&quot;http://pdos.csail.mit.edu/tickc/&quot;&gt;&#039;C language&lt;/a&gt;;  cf. the related discussion on &lt;a href=&quot;http://lambda-the-ultimate.org/node/1182&quot;&gt;The MetaC Language&lt;/a&gt;. &lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/8">Implementation</category>
 <pubDate>Mon, 01 Sep 2008 09:53:48 -0400</pubDate>
</item>
<item>
 <title>UpgradeJ: Incremental Typechecking for Class Upgrades</title>
 <link>http://lambda-the-ultimate.org/node/2960</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://research.microsoft.com/~gmb/Papers/ecoop08.pdf&quot;&gt;UpgradeJ: Incremental Typechecking for Class Upgrades&lt;/a&gt;, Gavin Bierman, Matthew Parkinson and James Noble. &lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
One of the problems facing developers is the constant evolution of components that are used to build applications. This evolution is typical of any multi-person or multi-site software project. How can we program in this environment? More precisely, how can language design address such evolution? In this paper we attack two significant issues that arise from constant component evolution: we propose language-level extensions that permit multiple, co-existing versions of classes and the ability to dynamically upgrade from one version of a class to another, whilst still maintaining type safety guarantees and requiring only lightweight extensions to the runtime infrastructure. We show how our extensions, whilst intuitive, provide a great deal of power by giving a number of examples. Given the subtlety of the problem, we formalize a core fragment of our language and prove a number of important safety properties.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;There has been an &lt;a href=&quot;http://lambda-the-ultimate.org/node/2950&quot;&gt;energetic discussion of API evolution&lt;/a&gt; in the forum, so when I saw this paper I thought it might be of interest to LtU readers.  &lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/14">OOP</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/17">Software Engineering</category>
 <pubDate>Sun, 31 Aug 2008 08:55:58 -0400</pubDate>
</item>
<item>
 <title>Relational Parametricity and Units of Measure</title>
 <link>http://lambda-the-ultimate.org/node/2959</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://research.microsoft.com/~akenn/units/RelationalParametricityAndUnitsOfMeasure.pdf&quot;&gt;Relational Parametricity and Units of Measure&lt;/a&gt;, Andrew J. Kennedy, POPL 1997.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
Type systems for programming languages with numeric types can be extended to support the checking of units of measure. Quantification over units then introduces a new kind of parametric polymorphism with a corresponding Reynolds-style representation independence principle: that the behaviour of programs is invariant under changes to the units used. We prove this `dimensional invariance&#039; result and describe four consequences.&lt;/p&gt;
&lt;p &gt;The first is that the type of an expression can be used to derive equations which describe its properties with respect to scaling (akin to Wadler&#039;s `theorems for free&#039; for&lt;br &gt;
System F). Secondly there are certain types which are inhabited only by trivial terms. For example, we prove that a fully polymorphic square root function cannot&lt;br &gt;
be written using just the usual arithmetic primitives. Thirdly we exhibit interesting isomorphisms between types and for first-order types relate these to the central theorem of classical dimensional analysis. Finally we suggest that for any expression whose behaviour is dimensionally invariant there exists some equivalent expression whose type reflects this behaviour, a consequence of which would be a full abstraction result for a model of the language.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;There&#039;s a new release of F# coming out with support for measure types, and so I thought I&#039;d post a link to Andrew&#039;s paper about the subject. Now, if you&#039;ve done any physics or engineering, you&#039;re probably familiar with the fact that units can sometimes really strongly constrain what form your equations can take. If you studied dimensional analysis more carefully than I did, you might even have learned that this is a consequence of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Buckingham_%CF%80_theorem&quot;&gt;Buckingham pi theorem&lt;/a&gt; -- you can prove that if you have an equation with n variables involving k physical units, you can recast it as an equation with (n - k) dimension-free variables. Kennedy shows that the analogue of this theorem for programs in his language is a form of parametricity result at first order, which is quite slick.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/21">Type Theory</category>
 <pubDate>Sat, 30 Aug 2008 06:28:55 -0400</pubDate>
</item>
<item>
 <title>From Writing and Analysis to the Repository: Taking the Scholars&#039; Perspective on Scholarly Archiving</title>
 <link>http://lambda-the-ultimate.org/node/2955</link>
 <description>&lt;small&gt;Marshall, C.C. &lt;a href=&quot;http://www.csdl.tamu.edu/~marshall/p251-marshall-final.pdf&quot;&gt;From Writing and Analysis to the Repository: Taking the Scholars&#039; Perspective on Scholarly Archiving&lt;/a&gt;. Proceedings of JCDL&#039;08&lt;/small&gt;&lt;p&gt;
&lt;blockquote&gt;
This paper reports the results of a qualitative field study of the scholarly writing, collaboration, information management, and long-term archiving practices of researchers in five related subdisciplines. The study focuses on the kinds of artifacts the researchers create in the process of writing a paper, how they exchange and store materials over the short term, how they handle references and bibliographic resources, and the strategies they use to guarantee the long term safety of their scholarly materials.&lt;/blockquote&gt;&lt;p&gt;
Not directly programming language related, but two things makes this paper relevant. First, many of the tools involved, especially those that really enhance productivity are language-based, or include DSLs (e.g., Latex, Bibtex, R (+Sweave) etc.). Second, many of us write papers, and as language geeks we surely crave great tools...&lt;p&gt;
So, what is you ideal tool chest when it comes to doing and publishing research? And what do you actually &lt;i&gt;use&lt;/i&gt; everyday? 
</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/24">DSL</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Wed, 27 Aug 2008 18:58:16 -0400</pubDate>
</item>
<item>
 <title>Towards Hard Real-Time Erlang</title>
 <link>http://lambda-the-ultimate.org/node/2954</link>
 <description>&lt;p &gt;Erlang&#039;s actor concurrency model is a good fit for a wide range of concurrent applications.  One domain that would seem ideal is real-time control of concurrent physical processes.  But as it stands right now Erlang is best suited for soft real-time applications - there&#039;s really nothing in the language or runtime geared towards hard real-time constraints.  &lt;a href=&quot;http://delivery.acm.org/10.1145/1300000/1292525/p29-nicosia.pdf?key1=1292525&amp;amp;key2=4017891911&amp;amp;coll=ACM&amp;amp;dl=ACM&amp;amp;CFID=15151515&amp;amp;CFTOKEN=6184618&quot;&gt;Towards Hard Real-Time Erlang&lt;/a&gt; talks about one piece of the puzzle: a hard real-time scheduler.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;In the last decades faster and more powerful computers made possible to seriously take into account high–level and functional programming languages also for non–academic projects. Haskell, Erlang, O’CAML have been effectively exploited in many application fields, demonstrating how high–level languages can help in writing efficient, readable and almost bug–free code, rapidly stealing the prominent position gained in many fields by OO languages such as Java and C++. One of the fields where low–level imperative languages are still preferred to functional programming is that of hard real–time applications, since usually programmers (and managers) think that high–level languages are really not able to cope with the complex and critical requirements of real–time.&lt;/p&gt;
&lt;p &gt;In this paper we propose an implementation of a hard real–time scheduler entirely written in Erlang, and perfectly integrated with the Erlang BEAM emulator. Performance analysis show that the proposed solution is effective, precise and efficient, while remaining really simple to use as expected by Erlang programmers.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;The paper closes with mentions of two more pieces of the puzzle.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;Real–time message passing will be introduced in a future version...&lt;/p&gt;
&lt;p &gt;...&lt;/p&gt;
&lt;p &gt;A solution to the unpredictable behaviour of garbage collection should be implemented before a really hard real–time scheduling can be done in Erlang.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;Besides the scheduler, message passing, and garbage collector, what else do you think is needed before Erlang or something like it is a viable alternative in this domain?  Or is the actor model really not such a great fit?&lt;/p&gt;
&lt;p &gt;*Edit: Based on a comment from renox added closing quotes about message passing and garbage collector and  added message passing to the editorial question.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/1">LtU Forum</category>
 <pubDate>Wed, 27 Aug 2008 00:46:56 -0400</pubDate>
</item>
<item>
 <title>Real-Time Concurrent Issues Drive Ada versus Java Choice</title>
 <link>http://lambda-the-ultimate.org/node/2953</link>
 <description>&lt;p &gt;A useful short &lt;a href=&quot;http://www.cotsjournalonline.com/home/article.php?id=100827&quot;&gt;article&lt;/a&gt; by Ben Brosgol in COTS Journal.&lt;br &gt;
&lt;blockquote &gt;&lt;p &gt;
On the surface, Ada and Java offer similar features to support real-time embedded military applications. But under the hood, they differ significantly in their underlying philosophy...&lt;p &gt;
All that said, the Java / Ada decision need not be either/or. Mixed-language programming is provided by Java through the Java Native Interface, and by Ada through a standard interfacing framework. The enhancements in Ada 2005 make such interfacing easier, and there is current implementation support for mixed Ada/Java development. In a large system it may make sense to program different components in different languages—for example, a user interface in Java, hard real-time elements in Ada—thus taking advantage of the strengths of both. Ada and Java, rather than competing in the embedded defense system arena, may turn out to be comrades in arms.&lt;/blockquote&gt;
&lt;p &gt;
Ben Brosgol is an expert on both Ada and Java support for real time programming, and I&#039;ve linked to his papers that provide more detailed analysis a few times in the past. &lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Tue, 26 Aug 2008 03:38:11 -0400</pubDate>
</item>
<item>
 <title>Features of Common Lisp</title>
 <link>http://lambda-the-ultimate.org/node/2942</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://abhishek.geek.nz/docs/features-of-common-lisp&quot;&gt;A compelling description&lt;/a&gt; of the features that make CL the king of the &lt;a href=&quot;http://lambda-the-ultimate.org/node/687#comment-18074&quot;&gt;Perl-Python-Ruby-PHP-Tcl-Lisp language&lt;/a&gt; ;)&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
Lisp is often promoted as a language preferable over others because it has certain features that are unique, well-integrated, or otherwise useful.&lt;/p&gt;
&lt;p &gt;What follows is an attempt to highlight a selection of these features of standard Common Lisp, concisely, with appropriate illustrations.
&lt;/p&gt;&lt;/blockquote&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Wed, 20 Aug 2008 16:28:56 -0400</pubDate>
</item>
<item>
 <title>In Praise of Scripting: Real Programming Pragmatism</title>
 <link>http://lambda-the-ultimate.org/node/2941</link>
 <description>&lt;p &gt;&lt;b &gt;Ronald Loui, &lt;a href=&quot;http://doi.ieeecomputersociety.org/10.1109/MC.2008.228&quot;&gt;In Praise of Scripting: Real Programming Pragmatism&lt;/a&gt;&lt;/b&gt;, &lt;i &gt;IEEE Computer&lt;/i&gt;, vol. 41,  no. 7, July 2008. &lt;b &gt;[Openly accessible draft &lt;a href=&quot;http://www.cse.wustl.edu/~loui/praiseieee.html&quot;&gt;here&lt;/a&gt;]&lt;/b&gt;&lt;/p&gt;
&lt;p &gt;The July &lt;i &gt;IEEE Computer&lt;/i&gt; carries an article arguing for the use of scripting languages as first programming languages, and also arguing for a greater study of what the author calls &quot;language pragmatics&quot; (the original article is behind the IEEE paywall, but you can find a draft that has roughly the same content &lt;a href=&quot;http://www.cse.wustl.edu/~loui/praiseieee.html&quot;&gt;here&lt;/a&gt;). The argument for using scripting languages as educational languages can be summed up by Loui&#039;s abstract:&lt;br &gt;
&lt;blockquote &gt;The author recommends that scripting, not Java, be taught first, asserting that students should learn to love their own possibilities before they learn to loathe other people&#039;s restrictions. &lt;/blockquote&gt;
The bulk of the article is devoted to exploring this basic theme in more depth, and provides an interesting contrast to the arguments in favor of moving away from Java (and scripting languages) advanced in &lt;a href=&quot;http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html&quot;&gt;Computer Science Education: Where Are the Software Engineers of Tomorrow?&lt;/a&gt; (discussed earlier on LtU &lt;a href=&quot;http://lambda-the-ultimate.org/node/2597&quot;&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;br &gt;
&lt;p &gt;Loui spends the latter part of the article arguing that, in addition to syntax and semantics, research on programming language should include a formal study of language &lt;i &gt;pragmatics&lt;/i&gt;. According to Loui, a formal study of pragmatics would address questions such as:&lt;/p&gt;
&lt;ul &gt;
&lt;li &gt;What is the average lifetime of a program written in language X for programmers of type Y, for a program of type Z?&lt;/li&gt;
&lt;li &gt;What is the average time spent authoring versus debugging a program in language X for programmers of type Y, for a program of type Z?&lt;/li&gt;
&lt;li &gt;What is the consumption of short-term memory when programming in language X for programmers of type Y, for a program of type Z?&lt;/li&gt;
&lt;/ul&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/17">Software Engineering</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/18">Teaching &amp; Learning</category>
 <pubDate>Tue, 19 Aug 2008 21:50:03 -0400</pubDate>
</item>
<item>
 <title>Mozilla &quot;Ubiquity&quot;</title>
 <link>http://lambda-the-ultimate.org/node/2939</link>
 <description>&lt;p &gt;A command-line, textual, and probably linguistic, &lt;a href=&quot;https://wiki.mozilla.org/Labs/Ubiquity&quot;&gt;interface&lt;/a&gt; to the browser.&lt;p &gt;
I am not sure how complex they are planning of making this, nor how it meshes with &lt;a href=&quot;http://adaptivepath.com/aurora/&quot;&gt;visions&lt;/a&gt; of the future of web browsing, but it&#039;s worth keeping an eye on.&lt;P &gt;&lt;br &gt;
I spent some time thinking about site-specific scripting, and had some discussions with students about building a site-specific DSL compiled to Greasemonkey scripts, but alas nothing came of it. It would be interesting to see whether Ubiquity command lines could be integrated into scripts, and how extensible the vocabulary is going to be, and on what level (i.e., site by site, via plugins etc.) Clearly also related to the often discussed topic of &quot;end-user programming&quot;.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/24">DSL</category>
 <pubDate>Sun, 17 Aug 2008 15:15:47 -0400</pubDate>
</item>
<item>
 <title>Proceedings of the 2008 LLVM Developers&#039; Meeting</title>
 <link>http://lambda-the-ultimate.org/node/2938</link>
 <description>&lt;p &gt;The proceedings of the &lt;a href=&#039;http://llvm.org/devmtg/2008-08/&#039;&gt;2008 LLVM Developers&#039; Meeting&lt;/a&gt; have been posted. The presentations included some overviews of various LLVM subsystems and internals and a few projects targeting the LLVM. &lt;a href=&#039;http://llvm.org/devmtg/2007-05/&#039;&gt;Previous meeting&#039;s proceedings&lt;/a&gt; are also available.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/23">Cross language runtimes</category>
 <pubDate>Fri, 15 Aug 2008 15:03:30 -0400</pubDate>
</item>
</channel>
</rss>
