<?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: Extending Python with (almost) anything</title>
	<atom:link href="http://www.artfulcode.net/articles/extending-python-almost-anything/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artfulcode.net/articles/extending-python-almost-anything/</link>
	<description>Resources and tips for dynamic, interactive languages.</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tony "pyTony" Veijalainen</title>
		<link>http://www.artfulcode.net/articles/extending-python-almost-anything/comment-page-1/#comment-3527</link>
		<dc:creator>Tony "pyTony" Veijalainen</dc:creator>
		<pubDate>Mon, 17 Oct 2011 18:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/extending-python-almost-anything/#comment-3527</guid>
		<description>I am getting error executing your code:
Traceback (most recent call last):
  File &quot;I:\test\newLisp.py&quot;, line 28, in 
    nl.eval(&quot;(apply + &#039;(4 3 2 5 4))&quot;)
  File &quot;I:\test\newLisp.py&quot;, line 20, in eval
    result = self._eval(code)
ValueError: Procedure called with not enough arguments (4 bytes missing) or wrong calling convention

I just added invocation of your example at end:
nl = newLISP()
nl.eval(&quot;(apply + &#039;(4 3 2 5 4))&quot;)</description>
		<content:encoded><![CDATA[<p>I am getting error executing your code:<br />
Traceback (most recent call last):<br />
  File &#8220;I:\test\newLisp.py&#8221;, line 28, in<br />
    nl.eval(&#8220;(apply + &#8216;(4 3 2 5 4))&#8221;)<br />
  File &#8220;I:\test\newLisp.py&#8221;, line 20, in eval<br />
    result = self._eval(code)<br />
ValueError: Procedure called with not enough arguments (4 bytes missing) or wrong calling convention</p>
<p>I just added invocation of your example at end:<br />
nl = newLISP()<br />
nl.eval(&#8220;(apply + &#8216;(4 3 2 5 4))&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.artfulcode.net/articles/extending-python-almost-anything/comment-page-1/#comment-2012</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/extending-python-almost-anything/#comment-2012</guid>
		<description>That is an entirely different story. For that, you would need to load Python libraries from within newlisp. Using newlisp as an embedded interpreter is unfortunately limited to evaluating strings.</description>
		<content:encoded><![CDATA[<p>That is an entirely different story. For that, you would need to load Python libraries from within newlisp. Using newlisp as an embedded interpreter is unfortunately limited to evaluating strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e</title>
		<link>http://www.artfulcode.net/articles/extending-python-almost-anything/comment-page-1/#comment-2011</link>
		<dc:creator>e</dc:creator>
		<pubDate>Fri, 26 Feb 2010 02:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/extending-python-almost-anything/#comment-2011</guid>
		<description>cool.  would you be up for showing a reverse example? newlisp calling a python function?</description>
		<content:encoded><![CDATA[<p>cool.  would you be up for showing a reverse example? newlisp calling a python function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

