GithubHelp home page GithubHelp logo

every-lua-vm's Introduction

Every lua VM

This project aims to provide docker containers with lua and its derivatives installed.

Current supported versions:

  • Lua 5.1 + LuaRocks
  • Lua 5.2 + LuaRocks
  • Lua 5.3 + LuaRocks
  • Lua 5.4 (preview)
  • LuaJit 2.0 + LuaRocks
  • LuaJit 2.1 (preview)
  • Moonscript 0.5 + Lua 5.2 + LuaRocks

All containers are based on alpine linux.

Features

Container Lua LuaRocks Architectures
luissantos/every-lua-vm:lua-5.1 5.1 2.4.4 x64
luissantos/every-lua-vm:lua-5.2 5.2 2.4.4 x64
luissantos/every-lua-vm:lua-5.3 5.3 2.4.4 x64
luissantos/every-lua-vm:lua-5.4 5.4 none x64
luissantos/every-lua-vm:luajit-2.0 5.1 2.4.4 x64
luissantos/every-lua-vm:luajit-2.1 5.1 none x64

Running

Running REPL

# Runs lua repl
docker run -it luissantos/every-lua-vm:lua-5.3

Executing a script

# Lua hello hello
echo 'print("Hellow World")' > helloworld.lua

docker run -v$(pwd):/workspace/ -it luissantos/every-lua-vm:lua-5.3 helloworld.lua

TODO

  • ARM support
  • Statically linked interpreters
  • RaptorJIT support
  • Terra support
  • Titan support
  • Ravi support
  • Test suite
  • Benchmarks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.