lua-users home
lua-l archive

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


On 5 October 2011 10:39, steve donovan <steve.j.donovan@gmail.com> wrote:
> This challenge is inspired by the interactive Go tutorial:
>
> http://go-tour.appspot.com
>
> Not only good presentation and clever technology, but the tutorial
> format works well.
>
> (Yes, I do know that there are several try-lua sites; there was even
> an online interpreter. It's the integration with learning which is
> impressive here)

Another source of inspiration:

http://eloquentjavascript.net/contents.html

Not you can click on all the code examples to make them editable, and
try modifying and running them in your browser.

Alex