473,883 Members | 2,062 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Shed Skin Python-to-C++ Compiler 0.0.3 Release: some fixes,3 MB Windows package

Hi all,

Thanks to the people trying out Shed Skin 0.0.2 and letting me know
about several problems they encountered. I have released an updated
version, 0.0.3. It contains some fixes, adds support for several
builtin functions (sorted, xrange..) and the Windows version is now a
mere 3 MB, instead of 20 :-)

Shed Skin's main purpose is to optimize algorithmic-like Python code,
by applying advanced global type inference techniques. It does not
support e.g. exceptions (yet), and there are currently some other
limitations. Importing modules requires some extra work on the part of
the user (see the README for details,) although some imports are
currently supported (some math, random functions and sys.argv.) What
you gain by using Shed Skin is highly optimized code (industrial C++
compiler), independent of any virtual machine. It is also possible to
create highly optimized extension modules this way.

I invite anyone to try not too large algorithmic-like programs (e.g.
AI stuff) with Shed Skin and to let me know if there are any problems.
Even though 129 test programs already work well (6 of which are larger
than 100 lines), there are still many unimplemented minor features
that I can easily fix, provided someone shows me a nice use case.
Thanks to the people that have sent me failing code snippets before!

http://shedskin.sourceforge.net
http://shed-skin.blogspot.com
Thanks!
Mark Dufour.
Sep 24 '05 #1
1 1702
I'va got a trojan message by my virus scanner trying to download the
0.03 exe-file. Something to worry about?

Carl

Mark Dufour schrieb:
Hi all,

Thanks to the people trying out Shed Skin 0.0.2 and letting me know
about several problems they encountered. I have released an updated
version, 0.0.3. It contains some fixes, adds support for several
builtin functions (sorted, xrange..) and the Windows version is now a
mere 3 MB, instead of 20 :-)

Shed Skin's main purpose is to optimize algorithmic-like Python code,
by applying advanced global type inference techniques. It does not
support e.g. exceptions (yet), and there are currently some other
limitations. Importing modules requires some extra work on the part of
the user (see the README for details,) although some imports are
currently supported (some math, random functions and sys.argv.) What
you gain by using Shed Skin is highly optimized code (industrial C++
compiler), independent of any virtual machine. It is also possible to
create highly optimized extension modules this way.

I invite anyone to try not too large algorithmic-like programs (e.g.
AI stuff) with Shed Skin and to let me know if there are any problems.
Even though 129 test programs already work well (6 of which are larger
than 100 lines), there are still many unimplemented minor features
that I can easily fix, provided someone shows me a nice use case.
Thanks to the people that have sent me failing code snippets before!

http://shedskin.sourceforge.net
http://shed-skin.blogspot.com
Thanks!
Mark Dufour.


Sep 26 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2955
by: Jerald | last post by:
Running python 2.3.4 on valgrind (a tool like purify which checks the use of uninitialized memory, etc), gives a lot of errors. See below. jfj@cluster:~/> python -V Python 2.3.4 jfj@cluster:~/> valgrind python ==10517== Memcheck, a.k.a. Valgrind, a memory error detector for x86-linux.
0
1974
by: nail | last post by:
Hi. So, in a webpartzone I put 3 webusercontrols like the following code: <asp:WebPartZone SkinID="wp1" ID="WebPartZone1" Runat="server" Height="75px" Width="382px" DragHighlightColor="244, 198, 96" HeaderText="WebPart" Padding="5" PartChromeType="TitleAndBorder"> <PartTitleStyle BackColor="LightSteelBlue" ForeColor="Black"></PartTitleStyle> <CloseVerb ImageUrl="~/images/icon_delete_over.gif"></CloseVerb> <ZoneTemplate>
0
1064
by: clintonG | last post by:
Are we talking 2.0 here? Does anybody know is the skin file supports comments? -- <%= Clinton Gallagher, "Twice the Results -- Half the Cost" Architectural & e-Business Consulting -- Software Development NET csgallagher@REMOVETHISTEXTmetromilwaukee.com URL http://www.metromilwaukee.com/clintongallagher/
1
3557
by: Burt | last post by:
I am trying to move all page attributes to a Theme skin file but can't set the Font-Size for a GridView Button. Anyone know how? <asp:GridView .... <asp:CommandField ButtonType="Button"> <ControlStyle Font-Size="X-Small" /> </asp:CommandField> </asp:GridView>
2
1653
by: kai | last post by:
Hi, What is advantage of Skin over CSS? They both control the appearance of WebControls, and CSS also controls HTML controls. Please help Kai
8
5160
by: scotty | last post by:
Can a .skin file be created without visual studio? Thanks, Scott
0
1158
by: skneife | last post by:
I am looking for a theme or skin editor for asp.net 2.0, does anyone knows a good tool (free or not) ? Sam
0
888
by: john00587 | last post by:
cracks in skin caused by medication http://cracks.00bp.com F R E E
0
843
by: mccle27252 | last post by:
cracked skin on fingers http://cracks.00bp.com F R E E
1
3801
by: Peter | last post by:
I have developed a swing skin, but the looking is not really you, you can try the applet here: http://pos.petersoft.com/PetersoftJavaStyle/applet/PetersoftJavaStyleApplet.html If you want the source, it is here: http://pos.petersoft.com/pfs.php thanks from Peter (cmk128@hotmail.com)
0
9945
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9797
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10763
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10863
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9586
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5807
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4622
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3241
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.