Showing posts with label Common Lisp. Show all posts
Showing posts with label Common Lisp. Show all posts

Wednesday, October 26, 2016

CLISP: Command-line Argument Parsing Example

Command:

$ cat command_line_args_parsing.lisp


Result:

(print *args*)


Command:

$ clisp command_line_args_parsing.lisp Hello World 123


Result:

("Hello" "World" "123")

Wednesday, September 7, 2016

OS X: Installing Clozure CL

Command:

$ brew install clozure-cl


Result:

==> Downloading http://ccl.clozure.com/ftp/pub/release/1.11/ccl-1.11-darwinx86.tar.gz
######################################################################## 100.0%
🍺  /usr/local/Cellar/clozure-cl/1.11: 1,568 files, 178.5M, built in 1 minute 46 seconds
$ ccl --version
Version 1.11-r16635  (DarwinX8632)