View Single Post
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#133
Re. that Python discussion.. I don't see any runtime performance issues with those apps I run. There seems to be a longer-than-normal startup time (compared to other applications). I suspect this is not entirely due to it being a scripting language (after all, command line scripts have no delay to talk of), so I suspect it's something to do with Python's UI elements. Which means that it could well be possible to fix that particular problem.
I've noticed a delay on the first run of a program (the Python script is compiled to an intermediate "P-code" I think), after that it's fine.