Deadlock presentation outcome

Jarrett Billingsley kb3ctd2 at yahoo.com
Fri May 18 18:42:26 PDT 2007


"Tom S" <h3r3tic at remove.mat.uni.torun.pl> wrote in message 
news:f2knpe$r2$1 at digitalmars.com...
> Anders Bergh wrote:
>> What are your issues with the Lua syntax?
>
> Not enough curly braces, array indices starting from 1, same syntax for 
> slot creation as for slot updates, also the fact that slots are global by 
> default, are the first things that come to my head :>
>
> Anyway, thanks for the links :)

Try MiniD ;)  Curly braces, arrays starting from 0 (and a separate array 
type at that), and no accidental setting of globals unless you really manage 
to eff something up.  (but slot creation and update are still the same, for 
tables at least.) 





More information about the Digitalmars-d-announce mailing list