nreplops-tool 0.0.9

Non-interactive nREPL client for shell scripting and command-line
Documentation
1
2
3
4
5
#!/usr/bin/env nr -!

(let [x (+ 1 2)]
  (println "The value of x is" x)
  x)