Skip to content

Instantly share code, notes, and snippets.

@mathias
Created March 18, 2014 01:00
Show Gist options
  • Save mathias/9611621 to your computer and use it in GitHub Desktop.
Save mathias/9611621 to your computer and use it in GitHub Desktop.
<script type="text/hoplon">
(page "index.html"
(:refer-clojure :exclude [nth])
(:require
[tailrecursion.hoplon.reload :refer [reload-all]]))
(def articles {:total 422
:ingested 419
:fetched 0
:errored 0
:read 315})
(reload-all 25)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment