Version update for Transcrypt 3.9:
v3.9.4 Changelog:
- Fixed list and string slicing
- Added features to str and dict
- Added list.copy method and validations for list.pop
- Updated enumerate function
- Additional bug fixes
https://t.co/HPWdKDLi7L
Version update for Transcrypt 3.9:
v3.9.3 Changelog:
- Added math.copysign & math.isclose
- Allow multiple iterators for map
- Add kwargs and string support to min & max
- Add copy module
- Fixed issues with sort & sorted
https://t.co/ptZOEtX2FV
Transcrypt now has a new home on GitHub. It has been moved from a personal GitHub account to an organizational account.
All issues, discussions, and commit history have been retained from the old location.
#Python#Transcrypt
https://t.co/DFCA960oXu
React to Python is now available in print and e-book formats at these retailers:
🔸Amazon
🔸Apple Books
🔸Barnes & Noble
🔸Leanpub
🔸Aerio/Ingram
🔸Rakuten Kobo
https://t.co/MltslVojC5
https://t.co/xxaY22JvPs 3.7.14 - 1. Executable comments: skip code either in CPython or in Transcrypt to produce modules that run both in the browser and on the desktop. https://t.co/rqnbfXoRAO 2. Integration with Parcel bundler (experimental).
https://t.co/oQGx4NNimD 3.7.12 Minor fixes: correct formatting of None, link in doc corrected, fixes for py_is / js_is alias and nameclass with async validated.
https://t.co/oQGx4NNimD 3.7.11 Compile time error reports fixed! (pr 584, issue 586). Error reporting has been deeply overhauled. Usability should be much better now.
https://t.co/oQGx4NNimD 3.7.8, fixes for issue 576 (hyphens in filename), 578 (exported vars can contain $), pr 575 (module name can be reexported). Travis CI repaired and refactored.
Transcrypt 3.7.1 early experience (alpha) release. Modules fully based upon ES6 modules. No writing in install dir anymore. Use rollup if you want a treeshaked monolith. All shipment tests working. Main module can now by JS-only.
https://t.co/rEgqJZ7DOo
https://t.co/xxaY22JvPs Units now support simple minification (whitespace removal), 40% code size reduction. Names have to stay compatible between units.