lua-users home
lua-l archive

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


Hi Rodion,

I've checked out the playground and It is nice, I was wondering What have you used for implementing it?

I saw a compiled Lua interpreter in wasm, Have you compiled it yourself or used some open-source solution?


Kind Regards,
Ali Rezvani

On Sunday, December 10th, 2023 at 10:30 AM, Родион Горковенко <rodiongork@gmail.com> wrote:


> Hi Friends!
> 
> Recently I started creating a series of small programming lessons
> using Lua for examples and interactive exercises. I shared this idea
> here before, probably, but just now have come to implementation. To
> make things more interesting I added few functions allowing drawing
> graphics on canvas and check for user clicks etc. Anyway all this is
> targeted to beginners of course and is of not much interest to gurus.
> 
> However the Playground feature - a kind of pastebin for lua programs
> automatically running when someone opens them by direct urls - this
> could be handy even to more advanced programmers sometimes, so I dare
> to share it here.
> 
> Easiest way to grasp the idea is probably to visit the page and watch
> introductory video:
> https://www.codeabbey.com/index/school
> 
> sincerely yours,
> Rodion
> 
> P.S. I wonder if the mailing list still works. no news since Dec 1.
> And lua.org site seemingly was down yesterday.