12 Jul
2020
12 Jul
'20
2 p.m.
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:?