lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Nov 24, 2010 at 08:45:39AM +0100, Axel Kittenberger wrote:
> The idea is IMHO great, as far I heared the biggest challange to
> tryruby was to make it safe... as it actually was a console on anoter
> machine.
> 
> I wonder tough why "_G" isn't available.
> 
> And I wouldn write "nil" everytime nothing is returned.
> a = function() print("aa") end
> should e.g. yield in no output than "nil."
> 

I will look into proventing nil from returning.

> 
> On Wed, Nov 24, 2010 at 6:22 AM, James Turner <james@calminferno.net> wrote:
> > I no I'm late to the game, but I've just discovered Lua and have fallen
> > in love. As an exercise to get familiar with the language, I have
> > created an interactive lua console that runs in your browser at
> > http://trylua.org.
> >
> > It's in the same vain as tryruby.org and the like. It will remember the
> > state of your session until the next browser reload.
> >
> > Thanks everyone for your hard work on Lua!
> >
> >
>