1. Clojure RPC, prototyping and early thoughts

    Sun 27 November 2011
    • 手艺 tags:
    • clojure
    • opensource published: true comments: true

    Last week, I prototyped an RPC framework, slacker, by clojure and for clojure.

    What I did ?

    Suppose you have a sets of clojure functions to expose. Define them under a namespace:
    [cc lang="clojure"]
    (ns slapi)
    (defn timestamp []
    (System/currentTimeMillis))

    ;; ...more …

  2. Spark in common lisp

    Sat 19 November 2011
    • 手艺 tags:
    • lisp published: true comments: true

    还是关于spark的,一石激起千层浪,每个人心中都有一个spark。其实spark脚本刚出来的时候问题很多,但是就是因为产生了共鸣,众人拾柴pull request多 …

« Page 31 / 133 »