DEV Community

Cover image for Improving Go playground
Denis Sedchenko
Denis Sedchenko

Posted on

4 2

Improving Go playground

Greetings, Go devs.

I often find myself thinking that I often encounter a situation when I need to do some small prototyping (playing with goroutines, etc) and Go's playground often is faster solution than a dedicated IDE window. Unfortunately play.golang.org is very primitive (goplay.space is better but not much), so I've decided to try to create something a bit better.

A few months ago decided to try to create a better version of Go playground that will have a small valuable set of features that make prototyping comfortable enough, such as basic code autocomplete (stdlib only supported), syntax check, snippets and examples. Also as Go in WebAssembly trend starts to grow, WebAssembly support was added.

In addition, user can customize the editor by enabling font ligatures, selecting editor font and some other small subset of options.

I would like to know your opinion and get some feedback.

URL: https://goplay.tools/
Source Code - https://github.com/x1unix/go-playground (contribution is appreciated)

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (1)

Collapse
 
ghvstcode profile image
Oluwatobi • Edited

Hey Denis, I just check out Goplay.tools it's amazing! Great job!!

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay