<?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: Python FFI with ctypes and cffi</title>
	<atom:link href="http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/</link>
	<description>Eli Bendersky&#039;s personal website</description>
	<lastBuildDate>Sat, 18 May 2013 00:16:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: mcg</title>
		<link>http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/comment-page-1/#comment-1119988</link>
		<dc:creator>mcg</dc:creator>
		<pubDate>Fri, 29 Mar 2013 01:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=3113#comment-1119988</guid>
		<description>Even with Cython you still have to &quot;cdef&quot; every function from the header files that you intend to actually use. Cython won&#039;t parse the headers for you.</description>
		<content:encoded><![CDATA[<p>Even with Cython you still have to &#8220;cdef&#8221; every function from the header files that you intend to actually use. Cython won&#8217;t parse the headers for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc</title>
		<link>http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/comment-page-1/#comment-1103609</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Sun, 10 Mar 2013 08:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=3113#comment-1103609</guid>
		<description>Once you start using a compiler, you might as well go with Cython which lets you &quot;cimport&quot; from C-header files in a more pythonic way than copying stuff out of header files into strings in python modules. With both ctypes and Cython available, it&#039;s hard to see the gap that cffi fills.</description>
		<content:encoded><![CDATA[<p>Once you start using a compiler, you might as well go with Cython which lets you &#8220;cimport&#8221; from C-header files in a more pythonic way than copying stuff out of header files into strings in python modules. With both ctypes and Cython available, it&#8217;s hard to see the gap that cffi fills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiscu</title>
		<link>http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/comment-page-1/#comment-1103152</link>
		<dc:creator>xiscu</dc:creator>
		<pubDate>Sat, 09 Mar 2013 18:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=3113#comment-1103152</guid>
		<description>IMHO one should use some C-&#039;header&#039; to cytpe converter to do the job (e.g. wraptypes from pyglet or ctypesgen just to mention some) but the DRY aproach taken by cffi is really interesting. Let&#039;s see how is going to evolve...</description>
		<content:encoded><![CDATA[<p>IMHO one should use some C-&#8217;header&#8217; to cytpe converter to do the job (e.g. wraptypes from pyglet or ctypesgen just to mention some) but the DRY aproach taken by cffi is really interesting. Let&#8217;s see how is going to evolve&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
