Happy you find this interesting.
If you have suggestions, just let me know by creating an issue on the repository.
If you create bridges to some Python 3 libraries, tell me as well! :-)
Julien
---
Julien Delplanque
Doctorant �� l���Universit�� de Lille 1
B��timent B 40, avenue Halley 59650 Villeneuve d'Ascq
Num��ro de t��l��phone: +333 59 35 86 40
I have just tried Python3Generator. Impressive work! It is a wonderful contribution!
Cheers,
Alexandre
So, Python3Generator [1] is made for generating programatically Python 3 code from Pharo. Basically, it allows you to easily build a Python 3 AST, to serialize it in Python 3 source code and eventually to execute it. For now you can transfer data from Pharo to Python (e.g. providing arguments to functions that are Pharo���s objects) but you can not retrieve data stored in Python variable from Pharo (but it should be possible, just I don���t need to do that for my bridge to matplotlib). Some examples are provided on the github���s README.