Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clozure CL on Mac OS X: get rid of the GUI?

I want to run a CCL REPL from a command line. What should I do to prevent CCL from starting that GUI thing (the menu and the listener window)? Thanks.

like image 409
Mike Ivanov Avatar asked Mar 08 '12 01:03

Mike Ivanov


2 Answers

Homebrew has a recipe for Clozure CL, and will set up everything like you'd expect.

$ brew install clozure-cl

Now type ccl or ccl64 at the command line.

like image 142
Daniel Szmulewicz Avatar answered Nov 20 '22 00:11

Daniel Szmulewicz


After I dug around in Applications/CCL, I found this:

username@computer:/Applications/CCL
$ ./dx86cl64 
Welcome to Clozure Common Lisp Version 1.7  (DarwinX8664)!
? 
like image 4
Paul Nathan Avatar answered Nov 20 '22 02:11

Paul Nathan