Hacker News new | ask | show | jobs
by rochak 730 days ago
I can’t be bothered to use a language that doesn’t have a good LSP (need it for Neovim), so Swift is an easy pass.
2 comments

What's wrong with Swift's LSP?
LSP?
Language Server Protocol, see https://microsoft.github.io/language-server-protocol/

It isn't a particularly good protocol specification, but at least it got adoption thanks to Microsoft offering a reference client implementation as a library for VS Code extensions, and other editors like Neovim adding support in some form.