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 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 8 janv. 2018 à 01:12, Alexandre Bergel <alexandre.ber...@me.com> a écrit : > > 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. >> > >