Can i use CLIM 2 User Guide by Franz Inc. in SBCL(with mcclim)? the example (defun test () (flet ((run () (let ((frame (make-application-frame 'test))) (setq *test-frame* frame) (run-frame-top-level frame)))) (mp:process-run-function "test" #'run))) does not work because of the (mp:process-run-function "test" #'run) term . What does mean mp:?
Probably multi-processing.
On Sun, Jul 12, 2020 at 4:01 PM oleg harput olegharput@gmail.com wrote:
Can i use CLIM 2 User Guide by Franz Inc. in SBCL(with mcclim)? the example (defun test () (flet ((run () (let ((frame (make-application-frame 'test))) (setq *test-frame* frame) (run-frame-top-level frame)))) (mp:process-run-function "test" #'run))) does not work because of the (mp:process-run-function "test" #'run) term . What does mean mp:?