fukamachi / mondo

Simple Common Lisp REPL
GNU General Public License v3.0
53 stars 4 forks source link

Is there a way to use mondo with slynk? #2

Open dannyob opened 2 years ago

dannyob commented 2 years ago

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.
fukamachi commented 2 years ago

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.