Le 8 janv. 2018 �� 01:12, Alexandre Bergel <alexandre.bergel@me.com> a ��crit :I have just tried Python3Generator. Impressive work! It is a wonderful contribution!
Cheers,
AlexandreSo, 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.