Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 10, 2017 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/ea786f925cb0678690540492476feefb to your computer and use it in GitHub Desktop.
Save jmercouris/ea786f925cb0678690540492476feefb to your computer and use it in GitHub Desktop.
> So, I am trying to connect Slime to my running CCL application [01:21]
> I can read all sorts of variables, I can inspect things
> but the issue arises when I attempt to call any objc [01:22]
> [NextApplication lispInterrupt:]: unrecognized selector sent [01:23]
> to instance 0x35bdf0
> I looked at the code, and lispinterrupt appears to be some sort of
subroutine to allow lisp code to execute cocoa/main thread code
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment