Today I started working on the transformation itself. The code from python2tcl was taken and a lot of unnecessary transforms were removed since Python and Ruby syntaxes are quite close.
I found an interesting issue with destructors (Python's __del__ methods) used in original Skype4Py to release some resources. Ruby's define_finalizer does not work the desired way since the original object is not available inside the finalizer block.
Also the time devoted to the Skypper might be reduced since I start to work on an important commercial project.
No comments:
Post a Comment