Skip to content

redfords/lambda-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-clojure

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/

Use Clojure

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.sh

Run a file using the terminal:

clj -M  hola.clj

About

Lambda and functional programming using Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors