Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvirding/luerl
Lua in Erlang
https://github.com/rvirding/luerl
Last synced: 25 days ago
JSON representation
Lua in Erlang
- Host: GitHub
- URL: https://github.com/rvirding/luerl
- Owner: rvirding
- License: apache-2.0
- Created: 2012-02-11T18:45:15.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-01T17:19:53.000Z (about 1 month ago)
- Last Synced: 2024-10-02T01:01:14.964Z (about 1 month ago)
- Language: Erlang
- Homepage:
- Size: 1.69 MB
- Stars: 1,033
- Watchers: 64
- Forks: 141
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lua - Luerl - An experimental implementation of Lua 5.2 written solely in pure Erlang. (Lua Implementations)
README
# Luerl
*An implementation of Lua in Erlang*
[![Build Status][gh-actions-badge]][gh-actions]
[![Luerl Versions][luerl-badge]][luerl]
[![Erlang Versions][erlang-badge]][versions]
[![Tag][github-tag-badge]][github-tag][![Project Logo][logo]][logo-large]
**Alert**: The migration from Lua 5.2 to 5.3 is very much Work-In-Progress. Please test it but there are as yet no guratantees.
## About
Luerl is an implementation of standard Lua 5.3 written in Erlang/OTP.
Lua is a powerful, efficient, lightweight, embeddable scripting language common in games, IoT devices, AI bots, machine learning and scientific computing research.
It supports procedural, object-oriented, functional, data-driven, reactive, organizational programming and data description.
Being an extension language, Lua has no notion of a "main" program: it works as a library embedded in a host simple called the embedding program. The host program can invoke functions to execute a piece of Lua code, can write and read Lua variables, and can call Erlang functions by Lua code.
Through the use of Erlang functions, Luerl can be augmented to cope with a wide range of different domains, creating a customized language sharing a syntactical framework.
Luerl is implemented as a library, written in clean Erlang/OTP. For more information, read the [documentation](https://github.com/rvirding/luerl/wiki) and follow the [get started](https://github.com/rvirding/luerl/wiki/0.2-Getting-started) tutorial. You may also browse the [examples](https://github.com/rvirding/luerl/tree/develop/examples).
## Join the Community
[Luerl on Slack](https://luerl.slack.com), join by requesting an invite [here](https://erlef.org/slack-invite/luerl)
[Luerl Forum - Erlang Forums](https://erlangforums.com/luerl)
Luerl embraces both [#Erlang](https://twitter.com/hashtag/erlang?src=hash) and [#LuaLang](https://twitter.com/hashtag/lualang?src=hash) communities and ecosystems.
[//]: ---Named-Links---
[logo]: priv/images/logo.png
[logo-large]: priv/images/logo-large.png
[gh-actions-badge]: https://github.com/rvirding/luerl/workflows/Test/badge.svg
[gh-actions]: https://github.com/rvirding/luerl/actions
[luerl]: https://github.com/rvirding/luerl
[luerl-badge]: https://img.shields.io/badge/luerl-1.1-blue.svg
[erlang-badge]: https://img.shields.io/badge/erlang-24%20to%2026-blue.svg
[versions]: https://github.com/rvirding/luerl/blob/master/.github/workflows/ci.yml
[github-tag]: https://github.com/rvirding/luerl/tags
[github-tag-badge]: https://img.shields.io/github/tag/rvirding/luerl.svg