Member-only story

Don’t use Golang, use this instead!

Manpreet Singh
3 min readOct 17, 2021

--

Welcome back! Go is one of the most popular programming languages right now, if you don’t know anything about it, check out their website below:

Guess what? There is a new programming language in town that’s actually built off of Go, this language is called Go+, what is this language? Well, it’s a static typed language and is fully compatible with Go. If you want to jump straight to their GitHub page, check out the link below:

The Go+ team states that this language is perfect for engineering, STEM education ,and data science as well! Let’s take a look at an example from their GitHub page, the following is a Go+ piece of code:

a := [1, 2, 3.4]
println(a)

In order to get the same output in Go, this is the code we would use:

package main

import "fmt"

func…

--

--

Manpreet Singh
Manpreet Singh

Responses (4)