From a129095a0f8c4eca255f6e1dc43be38de0b707b0 Mon Sep 17 00:00:00 2001 From: Arinde Eniola Date: Wed, 4 Nov 2015 11:36:06 +0100 Subject: [PATCH] add Go compilers to awesome go's sections --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a03a2b7..90a5dbe 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) @@ -374,6 +375,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*