https://github.com/pez/get-started-with-clojure
Learn Clojure and Interactive Programming – Zero install
https://github.com/pez/get-started-with-clojure
clojure clojurescript education getting-started guide
Last synced: 13 days ago
JSON representation
Learn Clojure and Interactive Programming – Zero install
- Host: GitHub
- URL: https://github.com/pez/get-started-with-clojure
- Owner: PEZ
- License: mit
- Created: 2021-08-19T11:59:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T14:10:25.000Z (7 months ago)
- Last Synced: 2025-03-27T10:12:07.291Z (about 1 month ago)
- Topics: clojure, clojurescript, education, getting-started, guide
- Homepage: https://calva.io/get-started-with-clojure/
- Size: 1.34 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Get Started with Clojure - Zero install
_A zero-install, interactve, guide to get you started with [Clojure](https://clojure.org/) using [Calva](https://calva.io/)'s **Getting Started REPL**._
**NB: This Zero install option will stop working on April 1, 2025, when Gitpod is sunsetting what they now call Gitpod Classic. Enjoy it while it lasts! And uncountable thanks to Gitpod for having made this project possible for three years! 🙏❤️**
**The Get Started with Clojure guide will remain available in Calva. You'll need to have VS Code and Java. See [calva.io/get-started-with-clojure/](https://calva.io/get-started-with-clojure/)**
All that said, and until the sun sets over this project:
## OK, but how?
Start the Gitpod development environment by prepending the URL of this repository with:
`https://gitpod.io#`
If you are not using Safari you can also click this button:
[](https://gitpod.io/from-referrer/)
If you are not signed in on Gitpod you should sign in with the GitHub option

Next, create the Workspace, the defaults will do.

Then it will take a while to pull Docker containers and stuff, but eventually VS Code will open in the browser and with [doc/INSTRUCTIONS.md](doc/INSTRUCTIONS.md) opened. Continue from there.
Happy Interactive Programming ❤️