Skip to content
/ gop Public
forked from goplus/gop

GoPlus - The Go language for engineering, STEM education, and data science

License

Notifications You must be signed in to change notification settings

wwjiang007/gop

 
 

Repository files navigation

Build Status Go Report Card Coverage Status GitHub release Discord

The Go programming language is designed for engineering, STEM education, and data science.

  • For engineering: working in the simplest language that can be mastered by children.
  • For STEM education: studying an engineering language that can be used for work in the future.
  • For data science: communicating with engineers in the same language.

For more details, see Quick Start.

Key Features of Go

How to install

from source code

For now, we suggest you install Go from source code.

Note: Requires go1.16 or later

git clone https://github.com/goplus/gop.git
cd gop

# On mac/linux run:
./all.bash
# On Windows run:
all.bat

on macOS/Linux

Install via brew

$ brew install goplus

Go Applications

2D Games powered by Go

DevOps tools

Data processing

IDE Plugins

Contributing

The Go project welcomes all contributors. We appreciate your help!

For more details, see Contributing & compiler design.

Give a Star! ⭐

If you like or are using Go to learn or start your projects, please give it a star. Thanks!

About

GoPlus - The Go language for engineering, STEM education, and data science

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%