<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zedstar dot org &#187; chicken</title>
	<atom:link href="http://zedstar.org/blog/tag/chicken/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedstar.org/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Mar 2012 07:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Groking Guile&#8217;s FFI</title>
		<link>http://zedstar.org/blog/2008/11/09/groking-guile/</link>
		<comments>http://zedstar.org/blog/2008/11/09/groking-guile/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 15:38:49 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[packedobjects]]></category>
		<category><![CDATA[chicken]]></category>
		<category><![CDATA[guile]]></category>
		<category><![CDATA[scheme]]></category>

		<guid isPermaLink="false">http://zedstar.org/blog/?p=83</guid>
		<description><![CDATA[I have lately been very busy with work, life and the universe and subsequently have done little hacking. I have recently been examining Guile. Guile has been part of OpenEmbedded for a while so should be easy to get running on numerous embedded devices. Chicken was very recently added to OpenEmbedded, however, lacks support for [...]]]></description>
			<content:encoded><![CDATA[<p>I have lately been very busy with work, life and the universe and subsequently have done little hacking. I have recently been examining <a href="http://www.gnu.org/software/guile/guile.html">Guile</a>. Guile has been part of <a href="http://wiki.openembedded.net/index.php/Main_Page">OpenEmbedded</a> for a while so should be easy to get running on numerous embedded devices. <a href="http://www.call-with-current-continuation.org/">Chicken</a> was very recently added to OpenEmbedded, however, lacks support for building <a href="http://chicken.wiki.br/Eggs%20Unlimited%203">eggs</a> in this environment. One thing I really love about Chicken is its very easy to use foreign function interface (FFI). After spending the odd hour over various weekends I have finally begun to grok Guile&#8217;s FFI. I plan to build <a href="http://packedobjects.com">packedobjects</a> for Guile and possibility extend its features.</p>
<p>I really like the idea of <a href="http://en.wikipedia.org/wiki/Scripting_language#Extension.2Fembeddable_languages">extension languages</a> ever since I did some work with <a href="http://en.wikipedia.org/wiki/Tcl">Tcl</a> a number of years ago. A great example application was <a href="http://en.wikipedia.org/wiki/Eggdrop">Eggdrop</a> the IRC bot. Lots of kids at the time would program their eggdrop bots using the simple Tcl interface. I think a lot can be said about this approach in terms of learning/teaching programming. I hope to explore this further with my education hat on.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/11/09/groking-guile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

