This is a fork of the official CPython project.
The good old fashioned Python, now with the ++ operator!
Can be found in the plusplus branch.
Introducing a brand new Bytecode instruction - UNARY_COLLATZ
Can be found in the Collatz branch.
Some Python scripts that take advantage of undefined behaviours
Can be found in the Bugs branch.
Some Python scripts that show self-modifying code
A script that replaces the ADD instruction with a SUB instruction
And result of running this script
Can be found in the Self Modifying Code branch.
Replace the old boring string representation of booleans
With the brand new Aladeen!
Can be found in the Aladeen branch.
Allow division of zero by zero
Can be found in the Zero branch.
If an addition of numbers result in 21 - change the result to 42
Can be found in the Never21 branch.