I found a project to build Python2Dart translator called Medusa: http://in.pycon.org/funnel/2014/130-medusa-a-much-faster-python-implementation-based-on-the-dart-virtual-machine https://github.com/rahul080327/medusa
from the Medusa introduction page: "The Dart VM like V8 compiles the dart code directly to machine code and ... runs at a much higher speed compared to the CPython implementation and at times upto a *1000 - 1500% faster ...*" 2014년 11월 13일 목요일 오전 8시 57분 43초 UTC+9, wb 님의 말: > > I think that if Pyjs2Dart translator is built, then we can take advantage > out of Dart's powerful features including optimization and speed. However, > many programmers (and I) still want an easily readable language, and it is > good enough to justify Pyjs. > -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
