Live data from Hacker News

Shed Skin restricted-Python-to-C++-compiler 0.9.6

github.com

1–5 of 5 posts

Re: Shed Skin restricted-Python-to-C++-compiler 0.9.6

#2
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-p...

Project homepage:

http://github.com/shedskin/shedskin

Re: Shed Skin restricted-Python-to-C++-compiler 0.9.6

#4
It's also worth noting that although some restrictions are definitive (like the one to prevent changing the type of a variable after it has been defined), others, (like the one restricting the current use of `f-strings`) are merely due to the state of the implementation.

Re: Shed Skin restricted-Python-to-C++-compiler 0.9.6

#5
post #4

It's also worth noting that although some restrictions are definitive (like the one to prevent changing the type of a variable after it has been defined), others, (like the one restricting the current use of `f-strings`) are merely due to the state of the implementation.

it will always be a game of catching up with new features, but at least we are over the major hurdle now of migrating to python 3.. :)