TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A REPL-driven, zero-install, Get Started with Clojure guide

19 pointsby cospaiaalmost 4 years ago

1 comment

cospaiaalmost 4 years ago
TL;DR: Two (OK, maybe three) clicks and you are evaluating Clojure code in a full blown editor environment running in your browser. And that&#x27;s where you will start learning Clojure.<p>Guides for beginners picking up Clojure often start with you installing stuff which also brings on choosing the tooling to use and what editor, and what plugins, and so on. This can throw you off track, and reportedly feels a bit overwhelming for many people. It also often takes you via a REPL prompt that you later are not supposed to use very much. (You are supposed to use the REPL as it lives in the Clojure files building up your application.)<p>Leveraging Gitpod, VS Code, the Clojure extension Calva (which I created), and Clojure itself, I here take the approach of guiding you directly to the mode of Interactive Programming that we Clojurians never stop talking about. It is in this mode you then learn the basics of the Clojure language. The bet is that you will like it so much that you are eager to spend the energy needed to figure out what to install to create yourself a productive and ergonomic Clojure development environment.<p>This is the first version, and just released. There&#x27;ll be dragons. Knowing this, anyone here curious enough about Clojure to help me test how this works for you as a guide to start with the language?
评论 #28244161 未加载