metapensiero.pj

Javascript for refined palates: a Python 3 to ES6 Javascript translator

OTHER License

Stars
900
Committers
17

Bot releases are hidden (Show)

metapensiero.pj - Javascripthon 0.12 has been released Latest Release

Published by azazel75 about 2 years ago

  • remove macropy
  • fix evaluation from commandline
  • deprecate Python 3.5 and 3.6
  • tested on Python 3.10
metapensiero.pj - JavaScripthon 0.11 has been released

Published by azazel75 over 4 years ago

I'm pleased to announce the release of version 0.11 of JavaScripthon!

JavaScripthon is a small and unobtrusive yet powerful
Python-to-JavaScript compiler for Python 3.5+ that targets ES6+
syntax.

Changes since the previous version:

  • update test infrastructure to work with latest pytest;
  • add support for Python 3.7 and 3.8 (thanks to Richard Höchenberger).
  • do not crash when translating source with assignment typehints (
    with the help of Sirenfal)
metapensiero.pj -

Published by azazel75 over 6 years ago

JavaScripthon 0.9 has been released

I'm pleased to announce the release of version 0.9 of JavaScripthon!

JavaScripthon is a small and unobtrusive yet powerful
Python-to-JavaScript compiler for Python 3.5+ that targets ES6+
syntax.

Changes since the previous version:

  • add a --source-name options to be used together with
    --inline-map when using -s;
  • move main repository to gitlab.com/metapensiero;
  • add support for default export and import;
  • add documentation for the JS() marker function;
  • refactor of the JS AST nodes;
  • fix path splitting and joining on Windows (thanks to Roman Yakubuk);

There are some new contributions in this release:

For more informations se the project homepage at https://gitlab.com/metapensiero/metapensiero.pj

It's also mirrored on github at https://github.com/metapensiero/metapensiero.pj