⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Python}} A minimalist implementation of [[Python]] in 64k of code; implemented in [[C]].

Its stated feature list includes:http://www.tinypy.org/

  • Parser and bytecode compiler written in tinypy
  • Fully bootstrapped
  • [[Lua|Luaesque]] virtual machine with garbage collection, written in C. it's "stackless" sans any "stackless" features
  • Cross-platform; it runs under [[Windows]] / [[Linux]] / [[MacOS X]]
  • A fairly decent subset of Python ** classes and single inheritance ** functions with variable or keyword arguments ** strings, lists, dicts, numbers ** modules, list comprehensions ** exceptions with full traceback ** some builtins

==External Links==

  • [http://www.tinypy.org/ TinyPy official site]

==References==