Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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-06-21T16:46:05.000Z (8 months ago)
- Last Synced: 2024-06-23T06:56:33.888Z (7 months ago)
- Topics: clojure, clojurescript, education, getting-started, guide
- Homepage: https://calva.io/get-started-with-clojure/
- Size: 1.34 MB
- Stars: 14
- 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:
![Clojure and Calva](doc/get-started-with-clojure-gitpod-header.png)## 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:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
If you are not signed in on Gitpod you should sign in with the GitHub option
![Sign in to Gitpod with your GitHub account](doc/gitpod-sign-in.png)
Next, create the Workspace, the defaults will do.
![Create Gitpod Workspace](doc/gitpod-new-workspace.png)
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 ❤️