|
On 12/16/2017, 8:45 AM Matthew Frederico <mfrederico@gmail.com> wrote:Lua is a fantastic language. I've been enjoying getting to know it .. I'm still not quite on par with my lua skills as I am in PHP - however - I am endeavoring to do so.The documentation is something that makes it difficult to manage - and learning php was easy due to how their documentation / website was set up..So, I created https://www.luadocs.com/ to help me learn lua better. I based it on the php.net design, so you can do https://luadocs.com/ipairs and it should pull up the ipairs docs.Right now it is using the 5.1 english manual from lua.org, but I plan to start adding the other languages as I go along. Also, it is currently written in PHP .. don't be angry.I would appreciate any feedback!Warmest Regards,---`;'- Matthew Frederico