In order to use this package one need the stis-parser installed. https://gitlab.com/tampe/stis-parser With this you can compile a guile python file to any target from tree-il e.g. stis> ~/src/guile/meta/guild compile test.py --output=test.go --from=python You also need guile-persist https://gitlab.com/tampe/guile-persist To try it either put a python module file in language/python/module/. or try the interactive python shell via ,L python To install the repository, go to the module directory and issue > autoreconf -i > ./configure > make > sudo make install