commonlisp-vscode icon indicating copy to clipboard operation
commonlisp-vscode copied to clipboard

Roswell dependency

Open snunez1 opened this issue 5 years ago • 2 comments

What's the reason for the roswell dependency? I know it's convenient for some, but the majority of projects don't have this kind of dependency, using Quicklisp instead for installations. If there's functionality from roswell that's being used, great, but generally the fewer dependencies the better.

snunez1 avatar Aug 27 '20 08:08 snunez1

It's easier to use it make cross implementation lisp script (cl-lsp cli), otherwise cl-lsp would only work for one implementation (sbcl). I think it's a good idea to drop roswell though, to make cl-lsp more reliable, would be possible to manually add supported lisp implementation specific loading cl-lsp.lisp logic in this plugin code..

ailisp avatar Dec 05 '20 06:12 ailisp

I'm also curious, how can I install this plugin without roswell?

BracketMaster avatar Aug 27 '21 18:08 BracketMaster