gopher-lua
Lua VM
A Go-based implementation of the Lua programming language's Virtual Machine and compiler
GopherLua: VM and compiler for Lua in Go
6k stars
148 watching
653 forks
Language: Go
last commit: 12 days ago
Linked from 4 awesome lists
gogopher-lualua
Related projects:
Repository | Description | Stars |
---|---|---|
shopify/go-lua | An interpreter and compiler for the Lua programming language in Go | 3,131 |
aarzilli/golua | Go bindings for the Lua C API | 650 |
ambrevar/golua | Adds Unicode support to Lua's string functions by replacing patterns with Go regexps | 4 |
friendsofgo/gopherapi | A simple CRUD API built with Go to demonstrate various software development concepts and patterns | 77 |
fiatjaf/lunatico | A Go library that enables running Lua scripts inside Go programs by providing helper functions to interact with the Lua stack. | 10 |
stevedonovan/luar | A Go package for working with Lua from Go, providing convenient and flexible ways to interact with Lua data structures and functions. | 301 |
go-oas/docs | Automatically generates RESTful API documentation for Go projects aligned with the Open API Specification standard. | 41 |
fulldump/golax | A Go implementation of the Lax framework for building REST APIs with minimal language overhead and high performance. | 75 |
go-kit/kit | A toolkit for building microservices in Go | 26,621 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
lovoo/goka | A distributed stream processing library for Apache Kafka written in Go, enabling scalable and fault-tolerant microservices. | 2,362 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |
zeromicro/go-zero | A cloud-native Go framework for building scalable and resilient microservices with automatic code generation and built-in engineering practices. | 29,308 |
yonaba/30log | A minimalist Lua library for object-oriented programming | 455 |
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 160 |