Sha256: 1fc54718d61afa6059dea54f0a1ffdad78d95564926b0ab27e823a0185b94aa9

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

(ns nodehello)

(defn -main [& args]
  (println (apply str (map [\space "world" "hello"] [2 0 1]))))

(set! *main-cli-fn* -main)

(comment
; Compile this using a command line like:

CLOJURESCRIPT_HOME=".../clojurescript/" \
  bin/cljsc samples/nodehello.cljs {:target :nodejs} \
  > out/nodehello.js

; Then run using:
nodejs out/nodehello.js

)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clementine-0.0.3 ext/clojure-clojurescript-bef56a7/samples/nodehello.cljs
clementine-0.0.2 ext/clojure-clojurescript-bef56a7/samples/nodehello.cljs