[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Smallest Lua program that exercises the whole language
- From: bil til <biltil52@...>
- Date: Mon, 19 Sep 2022 07:02:16 +0200
I recently found codewars.com to be a nice "training site" for compact
Lua coding for Lua beginners as me (in my case I was especially
interested in applications of the gsub function, which really has
fascinating possibilities to avoid for loops).
Your task is really very nice and interesting, but I think hard to
answer and also hard to test - producing a test environment for
codewars also sounds impossible for this task :).
Am So., 18. Sept. 2022 um 23:45 Uhr schrieb Dibyendu Majumdar
<mobile@majumdar.org.uk>:
> Does anyone have a small program that would exercise all features of
> the Lua language?