Re: Python scripting
Posted: 20 May 2008, 12:57
Well, they are of no use in TVPA.....masterchief wrote:there are TONS of available Perl scripts out there, all FREE
The important question to answer when choosing a scripting language is : "how many users will be able to use it".
If only programmers can use it, it's not a scripting language anymore, but a SDK.
Python seems to fit the bill quite nicely, when the not-re-entrant problem is solved (maybe it is, I have no time to check right now).
It's syntax is clear for the beginner (even more than george !)
And it has almost no limits for the advanced user.
There are probably even more python code around than perl code (and most of it just as useless in TVPA as the perl ones...)
If python is technically useable (ie re-entrant) at the moment we make the decision of which language to use, it will be choosen.
If not, we'll have to investigate the other options (LUA, Ruby, maybe others)