A library bringing some c-style syntax to clojure.
With Leiningen/Boot:
[c-style "0.2.0"](require '[c-style.core :as c]) ;; The `proc` marco help you defined variables like c-family language. (c/proc (:let a 1) (:let [b & _] [2 3 4]) (+ a b)) ;; => 3Copyright © 2018 JM_Joy
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.