[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Propsoal: a lua dialect without nil
- From: joao lobato <btnfdp.lobato@...>
- Date: Wed, 16 Feb 2011 12:01:55 +0000
On 2/16/11, Axel Kittenberger <axkibe@gmail.com> wrote:
>(snip)
> Indeed, and to shed a story that leds way away from Lua. Years back,
> within the static/compiling paradigm, I wondered why we stick to these
> ascii representations of coding language. Much of this bickering "lets
> use this character for that", etc. seems futile, while we all have a
> similar idea of the code tree to generate. Infact modern compilers
> work that way, first parse the language in a tree, then create
> assembler code. So why no environment that lets you edit the tree
> directly and make it look like the way you want?
Ah, you want lisp :)