Skip to content

Syntax basics for the clojure programming language

License

Notifications You must be signed in to change notification settings

tomdewildt/clojure-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Basics

Build License

Syntax basics for the clojure programming language.

How To Install

  1. Make sure the following tools are installed bash, curl, rlwrap and java. You can install them by running the following command: sudo apt install curl rlwrap default-jdk.
  2. Download the clojure install script with the following command: curl -O https://download.clojure.org/install/linux-install-1.10.1.492.sh.
  3. Make the script executable by running the chmod command: chmod +x linux-install-1.10.1.492.sh.
  4. Execute the script to install clojure: sudo ./linux-install-1.10.1.492.sh.

If your using vs code you probably want to install the following extensions to speed up development:

How To Run

Command

  1. Run clj -A:main to execute the program.

References

Clojure Docs

Clojure Tutorial YouTube

Brave Clojure

Clojure Problems

About

Syntax basics for the clojure programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published