by charlesroper on Thu Aug 04, 2011 3:30 pm
I've spoken with a few people that say the roadblock for them switching from TM and adopting ST2 is Python. More specifically, they'd like to write commands using Ruby like they do in TM. I know that the API in ST2 is very different from the sub-process model TM employs, and embedding Ruby in the core editor is (probably) out of the question, so my question is this: would it be possible to write a Python API wrapper that allowed for the execution of a Ruby (or and other interpreted language) script and have the results passed back into ST2?