diff --git a/content/guides/getting_started.adoc b/content/guides/getting_started.adoc index 00ab17df..341a44ca 100644 --- a/content/guides/getting_started.adoc +++ b/content/guides/getting_started.adoc @@ -20,6 +20,8 @@ Install these first: * <> provides the language, a REPL (Read Eval Print Loop), library support, and program runner * <> 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: diff --git a/content/news/2026/03/30/zero_to_repl.adoc b/content/news/2026/03/30/zero_to_repl.adoc new file mode 100644 index 00000000..b633e48c --- /dev/null +++ b/content/news/2026/03/30/zero_to_repl.adoc @@ -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"]