Difference between revisions of "Clojure"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The Micro-Manager acquisition engine, and the Data Browser plugin, are both written in the Clojure programming language. You can write your own Clojure scripts or Micro-Manager plugins using the Clojure Editor | + | The Micro-Manager acquisition engine, and the Data Browser plugin, are both written in the Clojure programming language. You can write your own Clojure scripts or Micro-Manager plugins using the Clojure Editor (described [https://github.com/arthuredelstein/clooj here]), available under the Plugins menu . |
− | Micro-Manager includes jars for the Clojure Core and Clojure Contrib on the class path. The [https://valelab.ucsf.edu/trac/micromanager/browser | + | Micro-Manager includes jars for the Clojure Core and Clojure Contrib on the class path. The [https://valelab.ucsf.edu/trac/micromanager/browser/plugins/DataBrowser/src/org/micromanager/browser Data Browser source code] shows an example of a Micro-Manager plugin in written Clojure. |
Latest revision as of 19:06, 19 June 2012
The Micro-Manager acquisition engine, and the Data Browser plugin, are both written in the Clojure programming language. You can write your own Clojure scripts or Micro-Manager plugins using the Clojure Editor (described here), available under the Plugins menu .
Micro-Manager includes jars for the Clojure Core and Clojure Contrib on the class path. The Data Browser source code shows an example of a Micro-Manager plugin in written Clojure.