7 ms·
Putting fundamental features of the language behind a price barrier at all will keep students and people who want to experiment with the language out of the eco
by implying 4y ago
Putting fundamental features of the language behind a price barrier at all will keep students and people who want to experiment with the language out of the ecosystem. This isn't a papercut, it's an intentional omission that has backfired and can only be fixed by tooling. If the only way to access an often necessary feature is proprietary, why not make the whole language proprietary at that point?
- Nursie 4y ago> students https://www.jetbrains.com/community/education/#students https://www.jetbrains.com/community/education/#students
- thegeekpirate 4y agoThe language has a tool that does this, and every editor I can think of uses it (https://github.com/golang/tools/tree/master/cmd/guru https://github.com/golang/tools/tree/master/cmd/guru), specifically implements.go if you're interested.
- yencabulator 4y agoGuru has been replaced by gopls, using the common LSP protocol.