
Mangle
These are the python bindings for mangle, an exolang (A scripting programming language just for fun) without any reserved keywords that can run any utf8 compatible with more than 2 space separated words on it.
Python bindings
Python bindings are available for python > 3.7. You can install them with:
pip install mangle
Then you can get started evaluating mangle from python with:
import mangle
mangle.eval("cat is fat")
>> '5'
Learn more
You can read more about mangle at: https://github.com/matheusfillipe/mangle