[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language)
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 19 Aug 2013 15:17:27 +0200
On Mon, Aug 19, 2013 at 2:31 PM, Lorenzo Donati
<lorenzodonatibz@tiscali.it> wrote:
> Well, since we are on the sci-fi edge: maybe a sort of TMP can be
> sanitized, tamed and brought into Lua 5.3 - all with a Lua flavour of
> course! :-)
Fabien's Metalua project is all about compile-time metaprogramming.
MP is by definition harder than P, especially in a language that has a
lot more syntax than Scheme.
(which is why with LuaMacro I didn't even try to operate on the
syntactical level, just mess around with the lexical stream.)
Fortunately, Lua doesn't need templates, because it's dynamic and
there's always code generation at run time.
- References:
- [OT] Lua community and Go language, Lorenzo Donati
- Re: [OT] Lua community and Go language, Rena
- Re: [OT] Lua community and Go language, Lorenzo Donati
- Re: [OT] Lua community and Go language, steve donovan
- printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Jay Carlson
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), William Ahern
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Jay Carlson
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Andres Perera
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Jay Carlson
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Andres Perera
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Tim Hill
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), steve donovan
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Coda Highland
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), steve donovan
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Coda Highland
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), steve donovan
- Re: printf is a crappy language in a crappy language (was Re: [OT] Lua community and Go language), Lorenzo Donati