<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Embedded Lisp &#8211; via Lua</title>
	<atom:link href="http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/</link>
	<description>Functional functional programming - Haskell, Ruby, Erlang, Scala...</description>
	<lastBuildDate>Mon, 04 Jan 2010 21:38:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mhyst</title>
		<link>http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/comment-page-1/#comment-550</link>
		<dc:creator>mhyst</dc:creator>
		<pubDate>Sun, 30 Mar 2008 23:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/#comment-550</guid>
		<description>I haven&#039;t any problem to comment it with you. After all it&#039;s open source. w3s project is already released to the publi (http://sourceforge.net/projects/w3s/). Also I wrote a paper some months ago (http://searchlores.org/mhyst_w3s.htm).

As for the w3s language, now I&#039;m writing an interface to access Java Objects from it. I&#039;ll write some article about it as soon as I have something working. 

Data types management sucks. I wanted for my language a loose types management. But as long as I need to instantiate java objects and pass arguments to it, I need a hard typed model.

If you&#039;re really interested, I can send you the source code.

Thanks</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t any problem to comment it with you. After all it&#8217;s open source. w3s project is already released to the publi (<a href="http://sourceforge.net/projects/w3s/)" rel="nofollow">http://sourceforge.net/projects/w3s/)</a>. Also I wrote a paper some months ago (<a href="http://searchlores.org/mhyst_w3s.htm)" rel="nofollow">http://searchlores.org/mhyst_w3s.htm)</a>.</p>
<p>As for the w3s language, now I&#8217;m writing an interface to access Java Objects from it. I&#8217;ll write some article about it as soon as I have something working. </p>
<p>Data types management sucks. I wanted for my language a loose types management. But as long as I need to instantiate java objects and pass arguments to it, I need a hard typed model.</p>
<p>If you&#8217;re really interested, I can send you the source code.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davber</title>
		<link>http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/comment-page-1/#comment-549</link>
		<dc:creator>davber</dc:creator>
		<pubDate>Fri, 28 Mar 2008 23:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/#comment-549</guid>
		<description>I would love to share ideas with you, since neat and short implementation of (interpreted or not) languages is one of my hobbies.

There are mainly two reasons for the shortness of my implementation:

1. I decided to do it as a one-night stunt :-)

2. The (static) closures and chains of environments in Lua are isomorphic to what is found in (most) LISP implementations; I used that isomorphism heavily.

Hope to see some code from you somewhere; please post an URL for anything you can expose to the big wide world :-)

Thanks,

David</description>
		<content:encoded><![CDATA[<p>I would love to share ideas with you, since neat and short implementation of (interpreted or not) languages is one of my hobbies.</p>
<p>There are mainly two reasons for the shortness of my implementation:</p>
<p>1. I decided to do it as a one-night stunt <img src='http://blog.davber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>2. The (static) closures and chains of environments in Lua are isomorphic to what is found in (most) LISP implementations; I used that isomorphism heavily.</p>
<p>Hope to see some code from you somewhere; please post an URL for anything you can expose to the big wide world <img src='http://blog.davber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhyst</title>
		<link>http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/comment-page-1/#comment-548</link>
		<dc:creator>mhyst</dc:creator>
		<pubDate>Fri, 28 Mar 2008 17:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/#comment-548</guid>
		<description>Hello, 
I was creating a new language (lisp based) for my w3s personal web crawler, to serve as interpreter for user searching algorithms. The entire project is written in java. Then I discovered this post and I got shocked. Lol. Your code is really short!

I got some good ideas from your post.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I was creating a new language (lisp based) for my w3s personal web crawler, to serve as interpreter for user searching algorithms. The entire project is written in java. Then I discovered this post and I got shocked. Lol. Your code is really short!</p>
<p>I got some good ideas from your post.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sverker</title>
		<link>http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/comment-page-1/#comment-19</link>
		<dc:creator>Sverker</dc:creator>
		<pubDate>Fri, 08 Sep 2006 23:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davber.com/2006/09/07/embedded-lisp-via-lua/#comment-19</guid>
		<description>Neat, and it ran straight out of the box. LuaLisp lacks a few primitives needed by my little Prolog in Lisp (dug up from a sibling directory to where resides groeb.pl), but adding them wouldn&#039;t be a lot of work...</description>
		<content:encoded><![CDATA[<p>Neat, and it ran straight out of the box. LuaLisp lacks a few primitives needed by my little Prolog in Lisp (dug up from a sibling directory to where resides groeb.pl), but adding them wouldn&#8217;t be a lot of work&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
