TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Clojure Web Dev Resources?

8 点作者 mcafeeryan92大约 10 年前
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 条评论

yogthos大约 10 年前
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 未加载
pairing大约 10 年前
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 未加载