evo

Evolvable programming language -- evo

View the Project on GitHub lancerstadium/evo

EVO Bind

1.1 Bind to other Language

cd bind
# bind to all language
make
# bind to [Language]
make python
# delete
make clean

1.2 Python API

We use pybind11 to bind pyevo to Python.

You should install:

pip install pybind11
cd bind/python
make
make run