[Openmcl-devel] Clozure 1.9 app for Mac w/IDE included
R. Matthew Emerson
rme at clozure.com
Tue Jun 3 09:27:43 PDT 2014
On Jun 3, 2014, at 12:16 PM, Mark Klein <m_klein at MIT.EDU> wrote:
>
> Does anyone know how I can get/create a double-clickable Mac app for Clozure 1.9 with the IDE included? Right now, I have to wait while the IDE gets loaded (require ‘cocoa) every time I start up, I was hoping to avoid that delay if possible.
(require 'cocoa-application) will build a double-clickable .app bundle.
More information about the Openmcl-devel
mailing list