[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Short function definition syntax; thoughts on Lua
- From: Petite Abeille <petite.abeille@...>
- Date: Fri, 4 Dec 2009 20:26:44 +0100
On Dec 4, 2009, at 6:33 PM, Cosmin Apreutesei wrote:
> Some of that comes form its liberating semantics, but there's also
> some crafted screen aesthetics going on which many dynamic languages
> seem to overlook, and nice to see them in Lua:
> - good interleaving of keywords with symbols (contrary to perl,
> haskell or the mathematical notation, more likely designed for the
> chalkboard or paper)
> - good interleaving of whitespace with letterspace (unlike
> curly-brace languages)
> - economic use of symbols, choosing those that look good on the
> screen and are easy to type (eg. look at the conversation about
> choosing a length operator some years ago)
>
> I think the impact on these qualities should be evaluated when asking
> for more syntax sugar especially if it includes new symbols :)
Ah, yes, finally, aesthetic considerations I can relate to :)
- References:
- [ANN] GSL Shell new beta release with anti-gran graphics module, Francesco Abbate
- Re: [ANN] GSL Shell new beta release with anti-gran graphics module, David Kastrup
- Re: [ANN] GSL Shell new beta release with anti-gran graphics module, Norman Ramsey
- Re: [ANN] GSL Shell new beta release with anti-gran graphics module, David Kastrup
- Re: [ANN] GSL Shell new beta release with anti-gran graphics module, Norman Ramsey
- Short function definition syntax; thoughts on Lua (was Re: [ANN] GSL Shell new beta release...), Doug Rogers
- Re: Short function definition syntax; thoughts on Lua, David Kastrup
- Re: Short function definition syntax; thoughts on Lua, Miles Bader
- Re: Short function definition syntax; thoughts on Lua, David Kastrup
- Re: Short function definition syntax; thoughts on Lua, Cosmin Apreutesei