Skip to content

Commit

Permalink
Merge pull request #147 from vasilev/added_DCLua-ofunc-lua_GopherLua_…
Browse files Browse the repository at this point in the history
…Pluto

Added DCLua, erdian718/lua, GopherLua, and Pluto to Lua section
  • Loading branch information
appcypher authored Apr 16, 2024
2 parents 3097b92 + 9cabea8 commit 7959e0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@ This repo contains a list of languages that currently compile to or have their V
* [Luwa](https://github.com/serprex/luwa) - a Lua-to-wasm JIT compiler.
* [Wasmoon](https://github.com/ceifa/wasmoon) - a high level Lua VM with JS bindings.
* [Wasm2Lua](https://github.com/SwadicalRag/wasm2lua) - can compile WebAssembly modules to pure Lua (or with FFI LuaJIT for extra speed).
* [DCLua](https://github.com/milochristiansen/lua) - a Lua 5.3 VM and compiler written in Go. It's intended to allow easy embedding into Go programs, with minimal fuss and bother.
* [erdian718/lua](https://github.com/erdian718/lua) (aka ofunc/lua) - a fork of DCLua, featuring IO capabilities, HTTP client, IoC, and more.
* [GopherLua](https://github.com/yuin/gopher-lua) - a Lua5.1(+ goto statement in Lua5.2) VM and compiler written in Go. It provides Go APIs that allow you to easily embed a scripting language to your Go host programs.
* [Pluto](https://github.com/PlutoLang/Pluto) - a superset of Lua 5.4 with a focus on general-purpose programming. You can try it out [here](https://pluto-lang.org/web/).
* [PlutoScript](https://github.com/PlutoLang/PlutoScript) - Pluto's extension aimed for web scripting. Provides JS interop and ability to use Pluto anywhere JavaScript works.

--------------------

Expand Down

0 comments on commit 7959e0b

Please sign in to comment.