Skip to content

seethathuman/PythoNython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythoNython

work-in-progress python 3 interpereter written in python 2.7 in a single file

Usage

to use, run python ./PythoNython.py followed by the file to interperet.

Why?

  • Efficiency

    • By being written in an older version of python, the python 2.7 interpereter has less features and thus less bloated with useless features than python 3 and is therefore faster.
  • Compatibility

    • Being written in python, this allows python code to be run anywhere that supports Python, increasing compatibility with python.

...also, cause why not?

progress: currently not functional

About

Python 3 interpereter written in Python 2.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages