[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: python like syntax for lua
- From: "Deneb aka Alpha Cygnus" <alpha_cygnus@...>
- Date: Sun, 15 Jun 2003 23:35:34 +0400
----- Original Message -----
From: "Tuomo Valkonen" <tuomov@modeemi.cs.tut.fi>
>
> I was at first attracted to Python's use if indentation for delimiting
> blocks, but in the end, don't like it. It just doesn't look good and
> I don't like the fact that changes in something invisible (mixing spaces
> and tabs) could have an effect on the code. Between braces and do...end,
> I don't have an opinion.
I heard of a language where all meaningful constructs consisted of
whitespace sequences only (tab, newline, space...) and all other symbol
where considered as comments :-D The language was designed just for fun, I
suppose.