Re: What the best way to support hot reloading in Chicken?
"Ricardo G. Herdt via Chicken-users" <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Am 19.08.2026 20:00 schrieb Kristian Lein-Mathisen via Chicken-users: > I'm surprised to see it being used as a hard dependency. Schematra > doesn't seem to be using it, and I hope there is a way to take it out > of lsp-server too perhaps. Thank's for pointing this out. I've added the dependency on nrepl a long time ago to help me debug a running lsp-server instance. But nowadays I usually debug it using other strategies, so I could happily remove the dependency.