hubot-clj
v0.0.5
Published
Evaluate one line of Clojurescript
Downloads
4
Maintainers
Readme
hubot-clj
Description
Packaged hubot clojure for NPM
Installation
npm install --save hubot-clj
add ["hubot-clj"]
to your external-scripts.json
.
Examples
hubot clojure (map #(+ %1 5) [1 2 3 4 5])
-> (6 7 8 9 10)
hubot clj (+ 1 2 3)
-> 6