Hacker News with Generative AI: Language Servers

LSP client in Clojure in 200 lines of code (vlaaad.github.io)
Awhile ago I was prototyping integrating LLMs with LSP to enable a language model to answer questions about code while having access to code navigation tools provided by language servers. I wasn’t that successful with this prototype, but I found it cool that I could write a minimal LSP client in around 200 lines of code.
Ty: A fast Python type checker and language server (github.com/astral-sh)
An extremely fast Python type checker and language server, written in Rust.
Postgres Language Server: Initial Release (github.com/supabase-community)
A Language Server for Postgres (github.com/supabase-community)
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
Majjit LSP (matklad.github.io)
An out-there suggestion for the nascent jj ecosystem!
LSP: The good, the bad, and the ugly (michaelpj.com)
Show HN: Multilspy – Cross platform framework to develop Language Server Clients (github.com/microsoft)
How we made the Deno language server faster (deno.com)