Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/guides/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Install these first:
* <<install_clojure#,Clojure>> provides the language, a REPL (Read Eval Print Loop), library support, and program runner
* <<editors#,Editor>> with interactive development support

Follow along with a https://www.youtube.com/watch?v=huGyv5yLIM8[step-by-step video walkthrough].

== How do I work with these tools?

The details will depend on your operating system and editor but the essential flow for all of them is the same:
Expand Down
16 changes: 16 additions & 0 deletions content/news/2026/03/30/zero_to_repl.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Clojure Zero to REPL Video
Jarrod Taylor
2026-03-30
:jbake-type: post

ifdef::env-github,env-browser[:outfilesuffix: .adoc]

*Clojure: Zero to REPL*

As part of the Clojure team's efforts to improve the onboarding experience for new users, we have recorded a step-by-step tutorial taking you from zero to a running REPL.

The video begins with installing the JVM and Clojure CLI, then walks through installing Calva, opening an example project, and connecting it to a REPL to evaluate code.

[#tutorial]
.Tutorial
video::huGyv5yLIM8[youtube, width=400, height=225, title="Clojure: Zero to REPL"]
Loading