Re: Prothon's parser is too naive
Paul Prescod <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Lenard Lindstrom wrote: >... > Remember that Prothon has no equivalent of Python's compiled files. Modules > are compiled every time a program is run. 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. For me: Python's way of doing things is a no-brainer. You can't compile a million line program every time you run it! Paul Prescod