<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Shed Skin</name>
<shortdesc>An Optimizing (Restricted) Python-to-C++ Compiler</shortdesc>
<description>Shed Skin is an experimental compiler, that can translate pure, but implicitly
statically typed, Python programs into optimized C++, which can be further
compiled as stand-alone programs or extension modules. The speedup obtained is
typically between 2-40 times over Psyco, and 2-220 over CPython. Not all Python
features are supported (such as variable numbers of arguments, nested
functions..). And only about 17 standard library modules, such as re and random,
are supported at at the moment. See the homepage for more details.</description>
<download-page>http://shedskin.googlecode.com</download-page>
<homepage rdf:resource="http://shedskin.googlecode.com" />
<maintainer><foaf:Person><foaf:name>Mark Dufour</foaf:name>
<foaf:mbox_sha1sum>788d6f77b10cb4c915d734ce2c7e742599670128</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.0.29</revision></Version></release>
</Project></rdf:RDF>