Skip to content

PEZ/get-started-with-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started with Clojure - Zero install

A zero-install, interactve, guide to get you started with Clojure using Calva'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/

All that said, and until the sun sets over this project: Clojure and Calva

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

If you are not signed in on Gitpod you should sign in with the GitHub option

Sign in to Gitpod with your GitHub account

Next, create the Workspace, the defaults will do.

Create Gitpod Workspace

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 opened. Continue from there.

Happy Interactive Programming ❤️