Il giorno dom 16 ago 2020 alle ore 15:48 Philip McGrath <
phi...@philipmcgrath.com> ha scritto:

> On Fri, Jul 31, 2020 at 2:46 PM Catonano <caton...@gmail.com> wrote:
>
>> I'm playing with a toy project in #Racket
>> <https://functional.cafe/tags/Racket>
>>
> I'd like to use the lsp server…
>>
> how do I connect to it from my Emacs based client ?
>>
>
> Just in case by "use the lsp server" you meant "set up Emacs to work on a
> Racket project" (rather than working *on* the lsp server or client), the
> generally preferred way to edit Racket in Emacs is with Greg Hendershott's
> Racket Mode (actually a package with a few major and minor modes):
> https://www.racket-mode.com
>

Thank you Phillip, I know that the preferred way is the Racket Mode

The reason why I was interested in an lsp server is not that I wanted to
use it to work on some racket based project

The reason is that I am considering implementing an lsp server myself and I
wanted to get my feet wet with the protocol and with some code dealing with
that

I wanted to use a Racket based lsp server as a training ship

Admittedly, after having seen it work, I somewhat lost interest in it

In fact, the part of the protocol is not that difficult

what is harder is the part of dealing with the language implementation to
fetch the information that needs to be sent to the client through the lsp
protocol

So there is not so much value in exploring a racked based lsp server, well,
there's less value than I have hoped

But I still am reassured that I managed to make it work, so I don't feel
like an idiot

Thanks for your help ☺


>
> -Philip
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/01000173f78714a6-5170a43f-d553-407e-89e8-db6db26d911e-000000%40email.amazonses.com
> <https://groups.google.com/d/msgid/racket-users/01000173f78714a6-5170a43f-d553-407e-89e8-db6db26d911e-000000%40email.amazonses.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAJ98PDyA01WpzgW%2BYZMmvG8NT-Z-gM8XY23xmqybd9W8bzAuuQ%40mail.gmail.com.

Reply via email to