Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Go IDE With GUI Design Support [closed]

I was taking a look on Go language, but I want to know if there is any IDE developed only for it, but that have a GUI design feature, as Visual Studio and Netbeans.

like image 420
Nathan Campos Avatar asked Jan 05 '10 21:01

Nathan Campos


2 Answers

Go isn't really designed for GUIs - it's precisely designed to meet the kind of needs that Google has.

I dare say it's entirely possible to develop GUI frameworks with/in it, but it's not the team's priority as far as I'm aware.

like image 58
Jon Skeet Avatar answered Nov 13 '22 13:11

Jon Skeet


You can also find an Eclipse plugin here: http://code.google.com/p/goclipse/

However, at the moment of writing this is still at an early development stage.

like image 29
Andreas Baumgart Avatar answered Nov 13 '22 13:11

Andreas Baumgart