Commit Briefs

Omar Polo

improve fetch documentation



Omar Polo

fix the various is-* functions


Omar Polo

rewrite APIs

the old API were a thin layer on top of the java class, this is a beginning to use a more clojure-ish ones.


Omar Polo

typo


Omar Polo

mark connect as private


Omar Polo

fix build & deployment on clojars


Omar Polo

add clojars badge


Omar Polo

docs improvements; no functional changes (tags/0.1.0)


Omar Polo

tweak descr


Omar Polo

untabify



Omar Polo

useless comment


Omar Polo

fix macro; wrong syntax

switching between elisp and clojure confuses me. CommonLisp, elisp & scheme uses the , for unquote, clojure ignores any comma and uses ~ I end up keep using ~ in elisp and , in clojure D:


Omar Polo

improve fetch docs