Lua Programming

Lua Programming

This example is a port of the Lua programming course from the open wikibook Lua-Programming to LiaScript. It is a fully working Lua programming course, that can be used as a basis for your own course.

Start Course

This example uses the Lua template which implements the Lua interpreter and VM from interpreter and VM https://daurnimator.github.io. The only that is required to make Lua code snippets executable in LiaScript is to attach the @LUA.eval macro to every code block.

See this project on GitHub: https://github.com/LiaBooks/Lua-Programming

… or try it out in the LiveEditor:

```

Related Posts

Digital Fellows im Spotlight: OER als Grundlage für und Ergebnis von digital gestützter Lehrpraxis

Das Digital Fellows Programm in Sachsen fördert die Entwicklung und Umsetzung digitaler Lehr- und Lernkonzepte an Hochschulen.

Read More

How To Code in Python 3

This is a port of DigitalOcean’s How To Code in Python 3 tutorial series by Lisa Tagliaferri translated to LiaScript with interactive PyScript examples.

Read More

Install Visual Studio Code with LiaScript

Due to some problems with package updates for Atom editor, we decided to created two LiaScript extensions for VSCode.

Read More