欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Lein-try
来自开放百科 - 灰狐
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)"
图集
链接
分享您的观点