Re[2]: Prothon IS different inside
Lenard Lindstrom <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <Mahogany-0.66.0-4294528931-20040710-142007.00@pop3.norton.antivirus> |
On Sat, 10 Jul 2004 13:52:24 -0700 Mark Hahn <[email protected]> wrote: > Paul Prescod wrote: > > >> Am I crazy? Is my object-oriented interpreter doomed because it is > >> so out of the mainstream? > > > > Python's interpreter is totally object oriented. > > P.S. Thanks for making me feel better about not being crazy. (At least not > in this regard.) :-) > Maybe it is possible to ignore Parrots built-in types, which are for Perl, and just use the objects. That must be the plan for Python. The int, float, and string are there for future optimizations, if desired. Lenard Lindstrom <[email protected]>