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
- Host: GitHub
- URL: https://github.com/michalspano/lua-to-the-moon
- Owner: michalspano
- Created: 2021-09-02T15:50:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T20:09:57.000Z (over 2 years ago)
- Last Synced: 2025-12-25T17:17:45.071Z (6 months ago)
- Topics: learn, lua, luac
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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