Why is that a good thing?
Show HN: CodePerfect, a fast, lightweight IDE for Go
11–20 of 65 posts
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#12I like that it is written C/C++. I remember Eclipse was written in Java, and I thought that was really cool. Java to edit Java.
Eclipse was less cool once you had to use it. Only IDE to have a restart option in the file menu, for when it got confused.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#13Apparently 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
#14Cool! Finally an IDE not based on electron or java! There has been another one but it was abandoned many years ago.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#15Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#16So it is written in C or C++? 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.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#17So 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
#18> No language servers. Why is that a good thing?
- LSP are a good idea but a terrible execution, YAGNI, etc.
- LSP are god send, burn my cpus I don't care
I'm being a little sarcastic but I think that's the gist of it. I'm neither pro or against LSPs. I use them when available.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#19Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#20My main nitpick is about picking up another IDE just for_ one_ language.
I dislike VSCode as much as the next guy, but having an IDE just for Go doesn't make much sense to me in 2023.
Most of us use far more than one language or stack every day, so there is enormous value proposition by supporting many languages, and even opening up possibilities with a plugin system. I hope you're considering those ideas. I guess you might since it's called CodePerfect and not GoSomething :)
I think your pricing is on point though.