19 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | ||
| title: Clojure Resources
 | ||
| localeTitle: Clojure资源
 | ||
| ---
 | ||
| 
 | ||
| 
 | ||
| [Clojure](https://clojure.org/)是Lisp的一种方言,专注于函数式编程。它由Rich Hickey在2007年发布,并且在Web开发人员中获得了很多人的欢迎。
 | ||
| 
 | ||
| 要了解该语言的某些核心功能,可以参考[文档](https://clojuredocs.org/) 。
 | ||
| 
 | ||
| 您还可以查阅以下任何文章:
 | ||
| 
 | ||
| *   [总结 - 为什么要使用Clojure?](http://forum.freecodecamp.com/t/what-is-clojure/18419)
 | ||
| *   [基础知识 - 定义一些变量和函数](http://forum.freecodecamp.com/t/clojure-the-basics/18410)
 | ||
| *   [条件 - 使用逻辑向程序添加复杂的控制流](http://forum.freecodecamp.com/t/clojure-conditionals/18412)
 | ||
| *   [让绑定 - 使用局部变量](http://forum.freecodecamp.com/t/clojure-create-local-variables-with-let/18415)
 | ||
| *   [循环和重复 - 使用递归在Clojure中创建循环](http://forum.freecodecamp.com/t/clojure-loop-recur/18418)
 | ||
| 
 | ||
| 对于简短而简单的学习体验[,](https://www.braveclojure.com/foreword/)可以使用免费在线书籍[Clojure for the Brave and True](https://www.braveclojure.com/foreword/) 。 |