fukamachi / mondo

Simple Common Lisp REPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to use mondo with slynk?

dannyob opened this issue · comments

I got this error when connecting to a slynk server:


(:READER-ERROR
                         "(:emacs-rex (swank:swank-require (quote (swank-repl swank-presentations swank-c-p-c))) \"COMMON-LISP-USER\" t 1)
"
                         "Symbol \"SWANK-REQUIRE\" not found in the SLYNK package.

I have no idea since I never used slynk, but maybe it uses a different package or a function name?

For the moment, I don't have a plan to add support for slynk protocol.
If you find out some solution, I'm willing to accept the patch.