public
Description: Clojure-based, R-like statistical computing and graphics environment for the JVM
Homepage: http://incanter.org
Clone URL: git://github.com/liebke/incanter.git
incanter / user.clj
100644 9 lines (6 sloc) 0.202 kb
1
2
3
4
5
6
7
8
9
(use '(clojure.contrib repl-utils))
;(use '(incanter core stats io charts))
 
;; the following line provides interupts
;; to interupt long-running processes enter:
;; ctl-c ctl-c \n
(add-break-thread!)