So it is written in C or C++? Apparently Go isn't good enough to write an IDE, even that it lags behind Java.
It's not what the language is for. Go is really strong for greenfield server projects (and bad pretty much anywhere else)
Show HN: CodePerfect, a fast, lightweight IDE for Go
21–30 of 65 posts
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#22Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#23Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#24So it is written in C or C++? Apparently Go isn't good enough to write an IDE, even that it lags behind Java.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#25Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#26Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#27Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#28So it is written in C or C++? Apparently Go isn't good enough to write an IDE, even that it lags behind Java.
> Apparently Go isn't good enough to write an IDE, even that it lags behind Java. The GUI situation in go is poor, but other than that I would say go is an excellent tool to write the remainder of the IDE in.
So we have objective-c/swift (new!) for macos, MFC for MSVC++, WPF/UWP for C# - all those for windows, and we have QT/GTK for Linux and de facto multiplatform. That's basically all usable at the moment, but GTK is heavy on windows/mac in my opinion.
New languages bubbling up from the opensource ground meanwhile do not offer many bindings for those above, while QT had made it hard to do any reliable binding at all, apparently...
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#29PS: all I use is terminal tabs, looking up functions/method/properties and their descriptions, go-to definition, open folder, and run tests(which is just small command anyway). as i have said, 99% of IDE is worthless to me.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#30Fast is not everything. Switch some years ago from Sublime to VSCode. Sublime is super fast, has many extensions, but VSCode is another league with more and powerfull extension and functions and a huge community. Electron etc. are not really arguments in 2023, cause my computer is fast, faster than i could do anything. The extensions and function help me working faster, not the text editor.