[Python-announce] Shed Skin 0.9.7 - native Windows support!

2023-04-01 Thread Mark Dufour
Hi all, I have just released version 0.9.7 of Shed Skin, a restricted-Python-to-C++ compiler. The highlight of this release is the migration to CMake (and Conan), to enable native Windows support. For more information about the release:

[Python-announce] ANN: Shed Skin 0.9.6 - adds Python 3 support!

2022-12-30 Thread Mark Dufour
Hi all, I have just released version 0.9.6 of Shed Skin, a restricted-Python-to-C++ compiler. The highlight of this release is the migration to Python 3. For more information about the release: http://blogfarts.blogspot.com/2022/12/shed-skin-restricted-python-to-c.html Project homepage:

[ANN] Shed Skin 0.9.4

2013-06-18 Thread Mark Dufour
of examples to 75. Please see my blog for more details about the release: http://shed-skin.blogspot.nl/ Or the release notes for the full list of changes: http://code.google.com/p/shedskin/wiki/releasenotes The homepage can be found here: http://code.google.com/p/shedskin/ Thanks, Mark Dufour

[ANN] Shed Skin 0.9

2011-09-10 Thread Mark Dufour
Hi all, I have just released version 0.9 of Shed Skin, a (restricted-)Python to C++ compiler. Please see my blog for the full announcement: http://shed-skin.blogspot.com The Shed Skin homepage is located here: http://shedskin.googlecode.com Thanks! Mark Dufour. -- http://www.youtube.com

[ANN] Shed Skin 0.8

2011-06-21 Thread Mark Dufour
Hi all, I have just released version 0.8 of Shed Skin, an experimental (restricted-)Python-to-C++ compiler. Please see my blog for the full announcement: http://shed-skin.blogspot.com The Shed Skin homepage can be found here: http://shedskin.googlecode.com Thanks, Mark Dufour -- http

[ANN] Shed Skin 0.7.1

2011-03-26 Thread Mark Dufour
-skin.blogspot.com Or go straight to the homepage: http://shedskin.googlecode.com Please have a look at the tutorial, try it out, and file any problems in the issue tracker. I'm also always very interested in hearing about potential new programs to add to the example set! Thanks, Mark Dufour

ANN: Shed Skin 0.7

2010-12-16 Thread Mark Dufour
see my blog for the full announcement: http://shed-skin.blogspot.com Or go straight to the homepage: http://shedskin.googlecode.com Please have a look at the tutorial, try it out, and report issues at the homepage. Thanks, Mark Dufour -- http://www.youtube.com/watch?v=E6LsfnBmdnk -- http

ANN: Shed Skin 0.6

2010-10-23 Thread Mark Dufour
example (around 2000 lines, sloccount). Please see my blog for the full announcement: http://shed-skin.blogspot.com Or go straight to the homepage: http://shedskin.googlecode.com Please have a look at the tutorial, try it out, and report issues at the homepage. Thanks, Mark Dufour -- http

ANN: Shed Skin 0.5

2010-08-08 Thread Mark Dufour
Hi all, I have just released Shed Skin 0.5, an experimental (restricted) Python-to-C++ compiler. Please see my blog for more details about the release: http://shed-skin.blogspot.com/ Thanks, Mark Dufour. -- http://www.youtube.com/watch?v=E6LsfnBmdnk -- http://mail.python.org/mailman/listinfo

ANN: Shed Skin 0.4

2010-03-31 Thread Mark Dufour
Hi all, I have just released Shed Skin 0.4, an experimental (restricted) Python-to-C++ compiler. Please see my blog for more details about the release: http://shed-skin.blogspot.com/ Thanks, Mark Dufour. -- Overdesigning is a SIN. It's the archetypal example of what I call 'bad taste' - Linus

ANN: Shed Skin 0.3

2010-01-15 Thread Mark Dufour
Hi all, I have just released Shed Skin 0.3, an experimental (restricted) Python-to-C++ compiler. Please see my blog for more details about the release: http://shed-skin.blogspot.com/ Thanks, Mark Dufour. -- Overdesigning is a SIN. It's the archetypal example of what I call 'bad taste' - Linus

ANN: Shed Skin 0.2, an experimental (restricted) Python-to-C++ compiler

2009-07-20 Thread Mark Dufour
, loops such as 'for a, b in enumerate/zip(sequence[, sequence])' should now be dramatically faster (also inside list comprehensions), by avoiding allocation of intermediate tuples. Finally, basic list slicing should now be much faster. Please try it out! Mark Dufour. -- One of my most

ANN: Shed Skin 0.1.1

2009-04-25 Thread Mark Dufour
ideas on how to help out. More test cases and bug reports would also be very welcome. Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ANN: Shed Skin 0.0.30, an experimental (restricted-)Python-to-C++ Compiler

2008-12-05 Thread Mark Dufour
Hi all, I have just released version 0.0.30 of Shed Skin, an experimental (restricted) Python-to-C++ compiler. Most importantly, this release adds (efficient) support for user-defined classes in generated extension modules, which should make it much easier to integrate compiled code within

Shed Skin (restricted) Python-to-C++ compiler 0.0.29

2008-09-30 Thread Mark Dufour
Hi all, I have just released Shed Skin 0.0.29, with the following changes. Thanks to those mentioned for helping out! - datetime implementation (Karel Heyse, Pavel Vinogradov, FFAO, David Marek) - ConfigParser implementation (suggested by Albert Hofkamp) - staticmethod and property decorator

Shed Skin (restricted) Python-to-C++ Compiler 0.0.28

2008-06-04 Thread Mark Dufour
already (lib/datetime.py), so we only still need a C++ implementation.. Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

[ANN] Shed Skin (restricted) Python-to-C++ compiler 0.0.27

2008-02-24 Thread Mark Dufour
to use it to build (simple) extension modules and how to combine Shed Skin with numpy and parallel processing solutions such as Parallel Python. Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo

Re: [ANN] Shed Skin (restricted) Python-to-C++ compiler 0.0.27

2008-02-24 Thread Mark Dufour
Of course I forgot to add the URL: http://shedskin.googlecode.com Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

Shed Skin Python-to-C++ compiler 0.0.23

2007-08-20 Thread Mark Dufour
to unit.py Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Shed Skin 0.0.22 - Build extension modules

2007-06-29 Thread Mark Dufour
other minor bug fixes Please try out the new release and let me know if there are any problems, Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python

Shed Skin Optimizing Python-to-C++ Compiler 0.0.19

2007-02-09 Thread Mark Dufour
for iterators and generators, as well as a full implementation of the random module (by converting it to C++ from a Python implementation), among other things. For more details, please visit the homepage at: http://mark.dufour.googlepages.com Thanks! Mark Dufour. -- One of my most productive days

Re: Shed Skin Optimizing Python-to-C++ Compiler 0.0.10

2007-01-18 Thread Mark Dufour
, and much larger programs than these will probably not work yet.. Thanks, Mark Dufour. -- One of my most productive days was throwing away 1000 lines of code - Ken Thompson -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

Shed Skin Optimizing Python-to-C++ Compiler 0.0.10

2006-06-16 Thread Mark Dufour
be much easier to try out the compiler and work around problems. Please download this new release from http://mark.dufour.googlepages.com and let me know about any problems/successes. Thanks, Mark Dufour. -- if vars: self.output('; '.join([self.type(var)+' '+name for (name,var) in vars.items

Shed Skin Python-to-C++ Compiler 0.0.8

2006-05-04 Thread Mark Dufour
it a run and let me know what breaks. Thanks, Mark Dufour. -- How should I know if it works? That's what beta testers are for. I only coded it. - Linus Torvalds -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http