Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.48 KB

HISTORY.md

File metadata and controls

17 lines (12 loc) · 1.48 KB

History of pygls

This is the story of pygls' inception as recounted by its original project creator, @augb.

While working at Open Law Library as a programmer, we created a VS Code extension originally written in TypeScript called Codify. Codify processes legal XML into legal code. Since our codification process was written in Python we were faced with the choice of slower performance to roundtrip from TypeScript to Python and back, or duplicating the logic in TypeScript. Neither option was really good. I had the idea of using the Language Server Protocol (LSP) to communicate with a Python LSP server. Existing Python language servers were focused on Python the language. We needed a generic language server since we were dealing with XML. David Greisen, agreed with this approach. Thus, pygls was born.

I, @augb, was the project manager for the project. Daniel Elero (@danixeee) did the coding. When I left Open Law Library, Daniel took over the project for a time.

It was open sourced on December 21, 2018. The announcement on Hacker News is here.