<div dir="ltr"><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre">Can i use CLIM 2 User Guide by Franz Inc. in SBCL(with mcclim)? the example </span><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre">(defun test ()</span><div style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre"> (flet ((run ()</div><div style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre"> (let ((frame (make-application-frame 'test)))</div><div style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre"> (setq *test-frame* frame) (run-frame-top-level frame))))</div><div style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14.4px;white-space:pre"> (mp:process-run-function "test" #'run))) does not work because of the (mp:process-run-function "test" #'run) term . What does mean mp:?</div></div></div>