JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q36444F
  • License ISC

Python built-ins in Javascript.

Package Exports

  • pythonlang

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pythonlang) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pythonlang

Hey everyone,

I'm implementing all Python 3 Built-In Functions in Javascript (at least ones that are applicable).

Development just started in June, so there's still not a lot to work with.

Tests are imported from CPython and PyPy source codes, and I'm trying to implement the functions as close to the CPython source as I can.

You're very welcome to join in and help, or just check out this lib again around August-September when it will be somewhat useful already.

PM me at giladbrn@gmail.com if you have any questions, ideas as to what behaviors you would like to see, etc.

Repo: https://github.com/giladbarnea/pythonlang