472 skills found · Page 1 of 16
tinygo-org / TinygoGo compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
google / WireCompile-time Dependency Injection for Go
gopherjs / GopherjsA compiler from Go to JavaScript for running Go code in a browser
yuin / Gopher LuaGopherLua: VM and compiler for Lua in Go
borgo-lang / BorgoBorgo is a statically typed language that compiles to Go.
mitchellh / GoxA dead simple, no frills Go cross compile tool
ryanmjacobs / CCompile and execute C "scripts" in one go!
karalabe / XgoGo CGO cross compiler
Zxilly / Go Size AnalyzerA tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats.
glycerine / ZygomysZygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
githubnemo / CompileDaemonVery simple compile daemon for Go
laher / Goxca build tool for Go, with a focus on cross-compiling, packaging and deployment
matthewmueller / JoyA delightful Go to Javascript compiler (ON HOLD)
go-llvm / LlgoLLVM-based compiler for Go
planetscale / VtprotobufA Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2
milochristiansen / LuaA Lua 5.3 VM and compiler written in Go.
deepnoodle-ai / RisorRisor is a fast, embeddable scripting language for Go applications. Add dynamic expressions, filters, and user-defined logic to your Go programs without embedding a heavy runtime like V8 or Python. Expressions compile to bytecode and run on a lightweight VM. Pure Go, minimal dependencies.
golang / GofrontendGo compiler frontend (gccgo)
zalopay-oss / Go AdvancedA small Vietnamese Go book compiled by ZaloPay teams.
ark-lang / ArkA compiled systems programming language written in Go using the LLVM framework