spacewar

(★ 676)

Space War starting in Episode 55 of cleancoders.com

File Explorer

  • .gitignore
  • deps.edn
  • index.html
  • README.md
  • spacewar.jpg

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

clj

View Details ▼

Clojure tool to start a REPL or invoke a function with data.
All options can be defined in a `deps.edn` file.

clj

Start a REPL (interactive shell):

clj -X {{namespace/function_name}}

Execute a function:

clj -M {{[-m|--main]}} {{namespace}} {{args}}

Run the main function of a specified namespace:

// repository documentation