An open API service indexing awesome lists of open source software.

https://github.com/michalspano/lua-to-the-moon

Lua To The Moon - Explore Lua by Examples
https://github.com/michalspano/lua-to-the-moon

learn lua luac

Last synced: 16 days ago
JSON representation

Lua To The Moon - Explore Lua by Examples

Awesome Lists containing this project

README

          

# Lua To The Moon - explore `Lua` by Examples

A __collection__ of `Lua` projects and programs to test one's familiarity with the programming language.

## Running a `.lua` source code

```sh
$ lua foo.lua
```
### Local `Lua` Configuration

___

1. [__Lua Binary__][LINK1]
2. [__Manual__][LINK2]

### Remote Lua Development

Relies on _tools_ such as [__Replit__][rep] and the like.

Curated by @michalspano.

[LINK1]: http://luabinaries.sourceforge.net
[LINK2]: http://www.lua.org/manual/5.4/readme.html
[rep]: https://replit.com