# clojure-docs **Repository Path**: amjil/clojure-docs ## Basic Information - **Project Name**: clojure-docs - **Description**: No description available - **Primary Language**: Clojure - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Clojure学习 Clojure是一种运行在Java平台上的 Lisp 方言,Lisp是一种以表达性和功能强大著称的编程语言,但人们通常认为它不太适合应用于一般情况,而Clojure的出现彻底改变了这一现状。如今,在任何具备 Java 虚拟机的地方,您都可以利用 Lisp 的强大功能。 *为什么用Clojure?* *效率 效率 效率* ## 常用站点 - [官方网站](http://clojure.org) - [查询函数](http://clojuredocs.org) ## 框架及库 *我的目前主要使用的框架以及库* * [Luminus](http://y'ywww.luminusweb.net/) * [reitit](https://github.com/metosin/reitit) - http路由 * [hikari-cp](https://github.com/tomekw/hikari-cp) - 数据库连接池 * [honeysql](https://github.com/jkk/honeysql) - ORM * [Toucan](https://github.com/metabase/toucan) - ORM * [Buddy](https://github.com/funcool/buddy) - 登录认证 * [clojure.java-time](https://github.com/dm3/clojure.java-time) - Java 8 Date-Time API * [cheshire](https://github.com/dakrone/cheshire) - JSON * [celtuce](https://github.com/lerouxrgd/celtuce) - Redis * [clj-http](https://github.com/dakrone/clj-http) - HTTP客户端 * [http-kit](http://www.http-kit.org/) -