Skip to content
/ gop Public

The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.

License

Notifications You must be signed in to change notification settings

goplus/gop

Repository files navigation

Go Report Card Coverage Status GitHub release VSCode Interpreter

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 detials, see Quick Start.

Key Features of Go+

Installing Go+

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

brew install goplus