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.

Ask HN: Clojure Web Dev Resources?

8 pointsby mcafeeryan92about 10 years ago
Is there an equivalent resource to the Rails Tutorial at railstutorial.org&#x2F;book for Clojure? Something that gives opinions and guidance on a reasonable way to setup a Clojure web app and handle things like project structure, compiling static assets like sass, templating, and probably most importantly, testing?<p>It seems like the preference among Clojure devs is to just throw in libraries and slowly build up from small pieces, which is great, but I&#x27;d love a little wisdom surrounding common functionality and how to get basic boilerplate setup, and pitfalls to avoid.

2 comments

yogthosabout 10 years ago
I put together Luminus <a href="http://www.luminusweb.net/" rel="nofollow">http:&#x2F;&#x2F;www.luminusweb.net&#x2F;</a> as a beginner resource for common web apps. There&#x27;s also another recent book on building apps using Luminus <a href="https://www.packtpub.com/application-development/clojure-web-development-essentials" rel="nofollow">https:&#x2F;&#x2F;www.packtpub.com&#x2F;application-development&#x2F;clojure-web...</a>
评论 #9163705 未加载
pairingabout 10 years ago
This book is a good starting point: <a href="https://pragprog.com/book/dswdcloj/web-development-with-clojure" rel="nofollow">https:&#x2F;&#x2F;pragprog.com&#x2F;book&#x2F;dswdcloj&#x2F;web-development-with-cloj...</a>. It&#x27;s no rails tutorial but I found it very helpful coming from a rails background. It is a good intro into the more popular web libraries available in Clojure and how they are used. It sounds like what you&#x27;re looking for.
评论 #9163701 未加载