Home

Search IconIcon to open search

Babashka

Clojure for scripting, aimed to replace Bash.

# Built-in variables

*command-line-args* - the name says it all
*input* - stdin, for scripts only. EDN by default, use -i to read text

# Commands

Start nREPL server:

1
bb --nrepl-server

# Resources