So i wrote a program in Common Lisp and now have got it running in OSX. I have a "unix executable" that was created when dumping an image with :executable t.
My question started out as how to put the program on the dock (i ended up creating an alias of the executable and attaching it into the "stacks" area, where the trash bin is). However whenever I click on the alias it launches the terminal first, and the terminal then calls the executable.
So my question is how to get it to launch directly without calling the CLI?