2014-09-16 14:19 GMT+02:00 kilon alios <kilon.alios@gmail.com>:
Python is a great language why one would use it behind anyone's back ?
Python has several ways to deal with static typing, performance and optimization, cython, shedskin , pypy and lately its creators linked a new kind of python that allows for static types in his twitter feed.
There are also ways for python to take advantage LLVM one such project is by Dropbox people (Where the creators of Python currently works for) called "pyston" for high performance python --> https://tech.dropbox.com/2014/04/introducing-pyston-an-upcoming-jit-based-py...
and the list goes on.... and on..... and on....
Everything you describe are partial solutions which suits the Python community well for their needs. If python was suited for RT, embedded work, it would be an horror to work with. The same goes with Smalltalk. You're not supposed to have fun when you do embedded, RT work. You are supposed to suffer :( This is no place for the creative spirit. Thierry