<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Probably I have mentioned this several times but I am working on a project for visual programming targeting 3d app blender. I am using currently pharo though I am still interested in squeak too and I have decided that in order to communicate with blender python to use a socket bridge. My project is named "Ephestos". Now what was wondering is the following, how difficult it would be to parse smalltalk to python. Ephestos is of course smalltalk , and blender uses python for its addon system. It would be great if extensions made in Ephestos could converted to python addons. <br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif;
 background-color: transparent; font-style: normal;">I am already planning to map smalltalk methods to Blender python api call, but I was wondering how easy it would be to parse that code to python. <br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">So far I am aware of OMeta and Petit Parser libraries. What are your suggestions ? <br></div></div></body></html>