Clojure

starting out
Use clj -h for help.

Installing libs into /usr/local/lib/clojure
Installing clojure and clj into /usr/local/bin
Installing man pages into /usr/local/share/man/man1
Removing download
Use clj -h for help.

OK on Tecra
More info
cheatsheet
apply
Under Linux at command line:
clj
(map inc [1 2 3 4 5])
(pmap inc [1 2 3 4 5])

usage examples
weird_characters

Tags:

Comments

mikeh2's picture