Skip to content
View youkale's full-sized avatar
🤪
On vacation
🤪
On vacation

Block or report youkale

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
youkale/README.md

Hi there 👋

Pinned Loading

  1. sql4j sql4j Public

    A lightweight persistence framework

    Java 7 1

  2. echogy-io/echogy echogy-io/echogy Public

    A lightweight and efficient SSH reverse proxy tool

    Go 8 3

  3. params params Public

    Params is Go library for convert url.Values to struct

    Go 19 8

  4. Clojure魔改definline支持重载 Clojure魔改definline支持重载
    1
    (defmacro definline+
    2
     [name & decl]
    3
     (let [body (map (fn [[args# expr#]]
    4
     (let [f# (apply (eval (list `fn (list args# expr#))) args#)]
    5
     `(~args# ~f#))) decl)