[Python-ideas] ScopeGuardStatement/Defer Proposal
Serhiy Storchaka
storchaka at gmail.com
Sun Feb 19 10:25:39 CET 2012
19.02.12 01:52, Steven D'Aprano написав(ла):
> I hope not. I like Pascal. It has nice, clean syntax (if a tad verbose,
> with the BEGIN/END tags) and straight-forward, simple semantics.
> Standard Pascal is somewhat lacking (e.g. no strings) but who uses
> standard Pascal?
Python is not Pascal. For me it s BASIC of nowadays. Really basic,
simple and clear (even for non-specialists) language. Not old BASIC with
line numbers, GOTO, GOSUB and 1- or 2-symbol identifiers, but modern
language with modules, structured programming, powerful basic data
structures, OOP, first-class functions, automatic resource management etc.
More information about the Python-ideas
mailing list