Created
December 10, 2017 00:24
-
-
Save jmercouris/ea786f925cb0678690540492476feefb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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