Brython-3.11.2
The main changes in this version are performance improvement in various fields:
- dictionary and set objects
- function arguments parsing
- attribute resolution
Brython can now use Javascript modules that use "export" with the function import_modules(refs, callback)
. The API is experimental and may change in the future. The gallery includes a demo that use this feature with the Javascript library three.js.
A first version of a synthesizer demo is included in the gallery.