permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 43801008b67bee63ffb55531ebe39df39946a22b
parent b3a1aa16718fae2a5ed86581aa655abbd91086a7
Author: decentral1se <decentral1se@web>
Date:   Sat,  3 Aug 2024 14:46:43 +0200

rewording

Diffstat:
MGo.mdwn | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Go.mdwn b/Go.mdwn @@ -1,4 +1,6 @@ -Go is a general-purpose programming language created in 2007 designed primarily for the needs of large-scale server-side networked application programming. +Go is a general-purpose programming language created in 2007 designed primarily for the needs of server-side networked application programming. + +Go is often favoured for its portability, relative simplicity, ease of concurrent programming and performance and fast build times. There are several major implementations: [gc](https://go.googlesource.com/go), [gccgo](https://github.com/golang/gofrontend), [gollvm](https://go.googlesource.com/gollvm/), [GopherJS](https://github.com/gopherjs/gopherjs) and [TinyGo](https://tinygo.org).