Fork me on GitHub
#planck
<
2017-09-27
>
willier01:09:11

hello planck users

willier01:09:12

./foo consists of

#!/usr/bin/env planck
(ns foo.core)

(defn greet [name]
  (println (str "Hello " name "!")))

(defn -main [name]
  (greet name))
  
(set! *main-cli-fn* -main)

willier01:09:54

chmod 755 ./foo

willier01:09:19

planck ./foo ClojureScript

willier01:09:28

produces no output

willier01:09:28

planck --version = 2.7.3

mfikes02:09:09

@willier It looks like I had inadvertently pushed out master’s documentation. I

mfikes02:09:18

‘ve updated it to reflect the 2.7.3 release.

willier02:09:32

thanks for the update. will wait for the release