<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Acheron Lisp</title>
  <link>http://lispnyc.org:80/blog/acheron/</link>
  <description>A Lisp for the Web</description>
  <language>en</language>
  <copyright>Michael Bohn</copyright>
  <lastBuildDate>Thu, 14 Apr 2011 18:50:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>LispNYC presentation slides</title>
    <link>http://lispnyc.org:80/blog/acheron/lispnyc-presentation-slides</link>
    
      
      
        <description>
          &lt;p&gt;The slides from the LispNYC presentation can be downloaded here:  &lt;a href=&#034;http://acheron.defmacro.de/pub/Presentation_LispNYC.pdf&#034;&gt;Slides&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://lispnyc.org:80/blog/acheron/lispnyc-presentation-slides&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://lispnyc.org:80/blog/acheron/lispnyc-presentation-slides#comments</comments>
    <guid isPermaLink="true">http://lispnyc.org:80/blog/acheron/lispnyc-presentation-slides</guid>
    <pubDate>Thu, 14 Apr 2011 18:50:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Compiling a Hello World program</title>
    <link>http://lispnyc.org:80/blog/acheron/compiling-a-hello-world-program</link>
    
      
      
        <description>
          &lt;p&gt;In this blog post I explain how to compile a &amp;quot;Hello World&amp;quot; program to a JavaScript program that can be executed in the browser.&lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://lispnyc.org:80/blog/acheron/compiling-a-hello-world-program&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://lispnyc.org:80/blog/acheron/compiling-a-hello-world-program#comments</comments>
    <guid isPermaLink="true">http://lispnyc.org:80/blog/acheron/compiling-a-hello-world-program</guid>
    <pubDate>Thu, 10 Mar 2011 19:38:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Using the REPL</title>
    <link>http://lispnyc.org:80/blog/acheron/using-the-repl</link>
    
      
      
        <description>
          &lt;p&gt;In this blog post I will explain how to use the REPL and play around with it.&lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://lispnyc.org:80/blog/acheron/using-the-repl&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://lispnyc.org:80/blog/acheron/using-the-repl#comments</comments>
    <guid isPermaLink="true">http://lispnyc.org:80/blog/acheron/using-the-repl</guid>
    <pubDate>Mon, 21 Feb 2011 21:19:00 GMT</pubDate>
  </item>
  
  <item>
    <title>What is Acheron Lisp?</title>
    <link>http://lispnyc.org:80/blog/acheron/what-is-acheron-lisp</link>
    
      
        <description>
          &lt;p&gt;Well, I always explain it like this: Acheron is like the Google Web Toolkit (GWT), but instead of Java with Common Lisp (kind of).&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t know what GWT does, this doesn&#039;t help you much. So let me explain what GWT does in its essence.&lt;br /&gt;
GWT allows you to write a program in (almost) ordinary Java and compiles this program to JavaScript. The compiled JavaScript code can then be executed &lt;strong&gt;natively&lt;/strong&gt; in almost any webbrowser. This is great for a Java programmer that doesn&#039;t know much about JavaScript. He can write a web application almost like any other Java application.&lt;br /&gt;
&lt;br /&gt;
While some people like to program in Java, some prefer Lisp over Java. This spawned the idea to create something like GWT for the Lisp world. Acheron is similar to GWT. It allows you to write an application in (a subset of) Common Lisp and compiles&lt;br /&gt;
your application to JavaScript. GWT has of course much more features than Acheron, since Acheron is currently only a single-person project. But you can some decent things with it already.&lt;br /&gt;
&lt;br /&gt;
I will explain in this Blog some basics of Acheron (the documentation is currently non-existing, unless you speak German).&amp;nbsp; The next Blog entry will be about how to start the Acheron REPL to get started with Acheron Lisp. In the meantime you can download the compiler and play around with it if you want. The compiler&lt;br /&gt;
is open-source and you can get it from Sourceforge:&lt;br /&gt;
&lt;a href=&#034;http://sourceforge.net/projects/acheron/&#034;&gt;http://sourceforge.net/projects/acheron/&lt;/a&gt;&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://lispnyc.org:80/blog/acheron/what-is-acheron-lisp#comments</comments>
    <guid isPermaLink="true">http://lispnyc.org:80/blog/acheron/what-is-acheron-lisp</guid>
    <pubDate>Wed, 02 Feb 2011 19:50:24 GMT</pubDate>
  </item>
  
  </channel>
</rss>
