diff --git a/README.md b/README.md index ca8a4f6..3cc1e73 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Forms](#forms) - [Game Development](#game-development) - [Generation & Generics](#generation--generics) + - [Go Compilers](#go-compilers) - [GUI](#gui) - [Hardware](#hardware) - [Images](#images) @@ -375,6 +376,15 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection. +## Go Compilers + +*Tools for compiling Go to other languages* + +* [gopherjs](https://github.com/gopherjs/gopherjs) - A compiler from Go to JavaScript. +* [llgo](https://github.com/go-llvm/llgo) - LLVM-based compiler for Go. +* [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. + + ## GUI *Libraries for building GUI Applications*