Lambda and functional programming using Clojure
Follow this guide to start a REPL: https://clojure.org/guides/deps_and_cli
Clojure by Example: https://kimh.github.io/clojure-by-example/
Ensure that the following dependencies are installed: bash, curl, rlwrap, and Java.
Download and run the install:
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
chmod +x linux-install.sh
sudo ./linux-install.shRun a file using the terminal:
clj -M hola.clj