Is there any language that native-compiles faster than D?

Per Nordlöw per.nordlow at gmail.com
Fri Aug 21 22:13:25 UTC 2020


On Friday, 21 August 2020 at 14:37:35 UTC, Jacob Carlborg wrote:
> For the latest version, download the binaries from here: 
> https://golang.org/dl/. Otherwise install the "golang" package 
> using the package manager.
>
> --
> /Jacob Carlborg

According to https://github.com/golang/go/wiki/Ubuntu

sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go

will get you the Go 1.15 on Ubuntu 20.04.


More information about the Digitalmars-d mailing list