好Clojure代码示例? [英] Good Clojure Code Examples?

查看:77
本文介绍了好Clojure代码示例?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在第一次检查Clojure的过程。我发现它有用的看看Clojure核心库的(doc xxx)和(源xxx),但我更关心你如何组织和整理一个完整的应用程序。

I'm in the process of checking out Clojure for the first time. I've found it useful looking at the (doc xxx) and (source xxx) of the Clojure core library, but I'm more concerned with how you would organise and put together a full application.

有没有什么优秀的开源示例?

Are there any excellent, open source examples of this?

例如,要学习如何在Java中编码,我可以看看Spring源代码或类似的东西。

For example, to learn how to code well in Java I might look at the Spring source-code, or something similar.

推荐答案

突出的开源Clojure项目:

Prominent open source Clojure projects:

  • Compojure - a web framework (since you mentioned Spring)
  • Ring - HTTP abstraction API
  • Incanter - R-like statistical computing and graphics environment
  • Leiningen - a build tool for Clojure
  • Clojure-Contrib - you mentioned the core library, but contrib is definitely worth looking at as well.
  • Enclojure - Clojure IDE tools (used with Netbeans/Redcar)
  • Counterclockwise - Eclipse plugin for Clojure
  • 4Clojure - Website with interactive fill-in-the-blank Clojure problems

一些博客文章解释了大小为Clojure的应用程序:

A few blog posts explaining bite-sized Clojure applications:

  • Pong in Clojure
  • Buddhabrot in Clojure

这篇关于好Clojure代码示例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆