Re: Prothon's parser is too naive
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Lenard Lindstrom" <[email protected]> wrote > Remember that Prothon has no equivalent of Python's compiled files. Modules > are compiled every time a program is run. I will offer pre-compiled programs some day, but they will be quite different than Python. All the objects will be pickled for example. > Unless that changes one must > consider compiler performance. And given the dynamic nature of prototypes > optimizations that work in a typed language will not apply to Prothon. Prothon will never do static optimizations in the compiler. It is a dynamic language through and through.