[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: http://blogfarts.blogspot.com/2023/04/shed-skin-restricted-

[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: http:/

[ANN] Shed Skin 0.9.4

2013-06-18 Thread Mark Dufour
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.2

2012-05-10 Thread Mark Dufour
(sloccount): a "stereo vision" program, and two Rubik's cube solvers. http://code.google.com/p/shedskin/ Thanks, Mark Dufour. -- http://www.youtube.com/watch?v=E6LsfnBmdnk -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Soft

[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
hed-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, Mar

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

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

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

2009-07-19 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. -- "

ANN: Shed Skin 0.1.1

2009-04-25 Thread Mark Dufour
y blog for some 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 Su

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

2009-02-23 Thread Mark Dufour
Hi all, I have recently released version 0.1 of Shed Skin, an experimental (restricted-)Python-to-C++ compiler. Please see my blog for more info about the release: http://shed-skin.blogspot.com Thanks, Mark Dufour. -- "One of my most productive days was throwing away 1000 lines of

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 larger

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 supp

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

2008-06-04 Thread Mark Dufour
le: datetime. Thanks to the GHOP, there is a type model 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/pyt

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:

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

2008-02-24 Thread Mark Dufour
e previous release we have a nice tutorial online. It explains in detail how to install and use Shed Skin, how 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 mo

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

2008-01-16 Thread Mark Dufour
for more details about the release, or visit the new Google code hosting site: http://shed-skin.blogspot.com http://shedskin.googlecode.com Thanks, Mark Dufour. -- "One of my most productive days was throwing away 1000 lines of code" - Ken Thompson -- http://mail.python.org/mailma

ANN: Shed Skin 0.0.24, 0.0.25

2007-10-16 Thread Mark Dufour
Hi all, I've just released Shed Skin 0.0.25. Together with the (unannounced) 0.0.24 release, there have been some interesting changes. Most importantly perhaps, Shed Skin now caches (most) 1-length strings, which can improve performance dramatically for string-intensive programs. I also performed

Shed Skin Python-to-C++ compiler 0.0.23

2007-08-20 Thread Mark Dufour
l RSI) -add more tests 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
) -fix string.maketrans -several 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-a

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

2007-03-27 Thread Mark Dufour
ing non-compiled modules from compiled code). Other areas I could really use help with are systematic testing, bug reporting, building a better website/wiki, etc. Please let me know if you are interested, and/or join the mailing list from the sourceforge site. Thanks, Mark Dufour. -- &qu

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

2007-02-27 Thread Mark Dufour
input regression, 'return' from generator..) -improved error checking for dynamic types Please see http://mark.dufour.googlepages.com for more information about Shed Skin. Thanks, Mark Dufour. -- "One of my most productive days was throwing away 1000 lines of code" - Ken Thompso

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

2007-02-09 Thread Mark Dufour
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

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

2007-01-18 Thread Mark Dufour
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:

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 (nam

Shed Skin Python-to-C++ Compiler 0.0.8

2006-05-04 Thread Mark Dufour
se give 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