欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Lein-try
来自开放百科 - 灰狐
(版本间的差异)
(以“lein-try 是 Leiningen 的一个小插件,让你快速而容易地尝试各种Clojure库。 ==指南== 在 project.clj,加入 [lein-try "0.4.3"],类...”为内容创建页面) |
2016年5月9日 (一) 14:19的最后版本
lein-try 是 Leiningen 的一个小插件,让你快速而容易地尝试各种Clojure库。
[编辑] 指南
在 project.clj,加入 [lein-try "0.4.3"],类似:
:plugins [[lein-ring "0.9.7"] [lein-try "0.4.3"]]
$ lein try clj-http
user=> (require '[clj-http.client :as http]) nil user=> (:status (http/get "http://huihoo.com")) 200 user=> (-> (http/get "http://huihoo.com") #_=> :headers #_=> (get "server")) "Apache/2.2.31 (Amazon)"
[编辑] 图集
[编辑] 链接
分享您的观点