1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-26 21:36:27 +00:00

Merge pull request #1545 from fredericksilva/lua

add Lua org,Lua Tutorial, lua wikibook and lua interactive course
This commit is contained in:
Fwiffo 2015-08-30 17:09:18 -07:00
commit 271bd08c73
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* [iOS](#ios) * [iOS](#ios)
* [Java](#java) * [Java](#java)
* [JS](#js) * [JS](#js)
* [Lua](#lua)
* [Matlab](#matlab) * [Matlab](#matlab)
* [Misc](#misc) * [Misc](#misc)
* [OCaml](#ocaml) * [OCaml](#ocaml)
@ -103,6 +104,10 @@
### JS ### JS
* [Egghead.io](https://egghead.io/) * [Egghead.io](https://egghead.io/)
### Lua
* [Lua Interactive Crash Course](http://luatut.com/crash_course.html)
* [Lua Tutorial](http://www.tutorialpoint.com/lua/)
* [Lua org](http://www.lua.org/)
### MATLAB ### MATLAB
* [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/) * [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/)

View File

@ -1298,6 +1298,7 @@ See also [TeX](#tex)
* [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/) * [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/)
* [Programming In Lua](http://www.lua.org/pil/) (for version 5) * [Programming In Lua](http://www.lua.org/pil/) (for version 5)
* [Programming Gems](http://www.lua.org/gems/) * [Programming Gems](http://www.lua.org/gems/)
* [Wikibook](http://en.wikibooks.org/wiki/Lua_Programming)
### Markdown ### Markdown