[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A challenge: make an online Lua tutorial
- From: Alexander Gladysh <agladysh@...>
- Date: Wed, 5 Oct 2011 18:11:41 +0400
On Wed, Oct 5, 2011 at 17:47, Alex Bradbury <asb@asbradbury.org> wrote:
> 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.
Another interesting reference is Redis command documentation.
http://redis.io/commands/sadd
The Examples section is interactive, so you can play further with
objects that were created in the original example.
Alexander.