From f18b36c3bff0082f08524718481f21e36a244ac1 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 3 Jun 2024 05:37:35 -0600 Subject: [lua/*] remove HTML tags --- lua.html.markdown | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'lua.html.markdown') diff --git a/lua.html.markdown b/lua.html.markdown index 460295ff..a755e6e1 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -390,31 +390,29 @@ g() -- Prints out 343; nothing printed before now. ## Community -If you need support join the official Lua [mailing list](https://www.lua.org/lua-l.html), [irc channel](http://lua-users.org/wiki/IrcChannel), or [forum](https://luaforum.com). - +If you need support join the official Lua [mailing list](https://www.lua.org/lua-l.html), [IRC channel](http://lua-users.org/wiki/IrcChannel), or [forum](https://luaforum.com). ## References I was excited to learn Lua so I could make games -with the Love 2D game engine. That's the why. +with the [LÖVE game engine](http://love2d.org/). That's the why. -I started with BlackBulletIV's Lua for programmers. -Next I read the official Programming in Lua book. +I started with [BlackBulletIV's Lua for programmers](https://ebens.me/posts/lua-for-programmers-part-1/). +Next I read the official [Programming in Lua](http://www.lua.org/pil/contents.html) book. That's the how. -It might be helpful to check out the Lua short -reference on lua-users.org. +It might be helpful to check out the [Lua short reference](http://lua-users.org/wiki/LuaShortReference) on lua-users.org. The main topics not covered are standard libraries: -* string library -* table library -* math library -* io library -* os library +* [`string` library](http://lua-users.org/wiki/StringLibraryTutorial) +* [`table` library](http://lua-users.org/wiki/TableLibraryTutorial) +* [`math` library](http://lua-users.org/wiki/MathLibraryTutorial) +* [`io` library](http://lua-users.org/wiki/IoLibraryTutorial) +* [`os` library](http://lua-users.org/wiki/OsLibraryTutorial) By the way, the entire file is valid Lua; save it -as learn.lua and run it with "lua learn.lua" ! +as learn.lua and run it with "`lua learn.lua`" ! This was first written for tylerneylon.com, and is -also available as a GitHub gist. Have fun with Lua! +also available as a [GitHub gist](https://gist.github.com/tylerneylon/5853042). Have fun with Lua! -- cgit v1.2.3