OT: This Swift thing

MRAB python at mrabarnett.plus.com
Sun Jun 8 10:10:53 EDT 2014


On 2014-06-07 17:18, Marko Rauhamaa wrote:
> Roy Smith <roy at panix.com>:
>
>> The original MacOS was written in Pascal (both applications and
>> kernel). Being able to touch memory locations or registers requires no
>> more than a few short glue routines written in assembler.
>
> Pascal is essentially equivalent to C, except Pascal has a cleaner
> syntax. I like the fact that the semicolon is a separator. Also, the
> variable declaration syntax is done more smartly in Pascal. And the
> pointer/array confusion in C is silly.
>
I also like the fact that the semicolon is a separator, but, in
practice, misplaced semicolons can cause problems, so languages
descended of Pascal prefer to have explicit terminators.



More information about the Python-list mailing list