diff options
author | Stefan Israelsson Tampe <stefan.itampe@gmail.com> | 2018-12-17 20:45:23 +0100 |
---|---|---|
committer | Stefan Israelsson Tampe <stefan.itampe@gmail.com> | 2018-12-17 20:45:23 +0100 |
commit | 4a87b4b6d8f2ac76130b3cbfd9606be15c978a00 (patch) | |
tree | e9ada81ed81f55c3b097666da2a66b870815e88d /README | |
parent | 3f1469edae0a2237700ed3c08be950486961d339 (diff) |
use guile-persist instead of guile-log
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ 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-log and dependencies. -... +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 |