←back to thread

238 points jamesbvaughan | 2 comments | | HN request time: 0.484s | source
Show context
jesse__ ◴[] No.44440194[source]
It's concerning to me that the LSP idea is .. a thing. Casey Muratori observed years ago that it's just a way worse way of doing libraries. Like, you're introducing HTTP where there could just be a function call into a DLL/SO. What's the benefit there? Just make vim/emacs/$editor speak some native protocol and be done with it. Then you GUI is just welded directly into the running editor process.. right??

There's no security risk there that wasn't present before as far as I can tell because you were already planning on running the LSP on your local machine..

replies(3): >>44440201 #>>44440245 #>>44440574 #
ukuina ◴[] No.44440201[source]
You're going to love MCP.
replies(1): >>44440250 #
1. whattheheckheck ◴[] No.44440250[source]
What is up with mcp... feels like CORBA
replies(1): >>44440358 #
2. disqard ◴[] No.44440358[source]
It's like if CORBA and COBOL had a baby :P

Seriously though, it does combine the "RPC IDL" aspect of the former, with the "Use English" aspect of the latter.