Evolvable programming language -- evo
libevo
in Other Program Languagescd bind
# bind to all language
make
# bind to [Language]
make python
# delete
make clean
We use pybind11
to bind pyevo
to Python.
You should install:
pip install pybind11
cd bind/python
make
make run