Removed from the App Store

Go Playground

2.9 for iPhone, iPad
Free
0

0 Ratings

Update Date

2020-02-06

Size

73.0 MB

Screenshots for iPhone

iPhone
Go Playground Description
Go Playground lets you interactively edit & run Go snippets on your mobile device. It’s ideal as a companion for learning the Go programming language, for code reviews and collaboration with teammates.

Features:

1. Interactive editor with syntax highlighting
2. Supports multiple orientations
3. Uses Fira code as the default font for the editor
4. Support for dark theme
5. In-place navigational toolbar
6. Share snippets
7. Support for external keyboards for iPad
8. Support for keyboard shortcuts

More about GO:

The Go programming language is an open source project to make programmers more productive.

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language
Go Playground 2.9 Update
2020-02-06
Go Playground is being phased out. This update redirects all users to the Code Playground app.
More Information
Price:
Free
Version:
2.9
Size:
73.0 MB
Update Date:
2020-02-06
Developer:
Hemanta Sapkota
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
2.9 2020-02-06
Go Playground is being phased out. This update redirects all users to the Code Playground app.
2.8 2019-06-28
Improved editor navigation and shortcuts. The following new shortcuts work when using external editor:

Left Arrow: Move cursor to left
Right Arrow: Move cursor to right
Up Arrow: Move cursor up (supports wrapped lines )
Down Arrow: Move cursor down (supports wrapped lines)

Shift + Left: Move left with selections on
Shift + Right: Move right with selections on
Shift + Up: Move up with selections on
Shift + Down: Move down with selection on

Cmd + Shift + Right: Select all to the right
Cmd + Shift + Left: Select all to the left
Cmd + Shift + Top: Select all lines above
Cmd + Shift + Bottom: Select all lines below
2.7 2018-10-10
Fixes and Improvements