Why is python not written in C++ ?
Steven D'Aprano
steve-REMOVE-THIS at cybersource.com.au
Tue Aug 3 05:04:08 EDT 2010
More information about the Python-list mailing list
Tue Aug 3 05:04:08 EDT 2010
- Previous message (by thread): Why is python not written in C++ ?
- Next message (by thread): Why is python not written in C++ ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 03 Aug 2010 18:48:24 +1000, James Mills wrote: > On Tue, Aug 3, 2010 at 6:36 PM, Nobody <nobody at nowhere.com> wrote: >> One feature which can't readily be implemented in C is the automatic >> clean-up side of the RAII idiom. > > C is a Turing-Complete Language is it not ? > > If so, therefore is it not true "anything" can be implemented ? Even the > "automated clean-up side of the RAIL idiom" ? True, but Nobody said it can't *readily* be implemented, not that it can't be. -- Steven
- Previous message (by thread): Why is python not written in C++ ?
- Next message (by thread): Why is python not written in C++ ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list