Various Clojure libraries and apps I’m working on:
clj-bin
: Helper files that I use when working with Clojure at the terminal.clj-file-utils
: Unix-like wrapper for Commons FileUtilsclj-html-helpers-ext
: Proving ground forclj-html-helpers
clj-http-client
: HTTP client wrapping Commons HttpClientclj-jdbc
: High-level interface to JDBC databasesclj-rome
: Universal RSS/Atom Feed parser wrapping Romeclj-scrape
: Bundling of various clojure libraries to facilitate HTML scrapingclj-time
: Wrapper around Joda Time librarycljurl
: Url shortening website, built with Weld and Ring.gitcred
: PageRanking GitHub usersstash
: Functional ORMstash-migrations
: Migration for Stash modelsstash-pagination
: Paginate Stash find resultsstash-timestamps
: Timestamping callbacks for Stash modelsweld-blog-example
: Example of a blog in Weldweld-upload-example
: Example of file uploading in Weld
I’ve “harvested” several projects from clj-garden
, moving them to their own top-level projects:
clj-backtrace
: Tools for readable backtraces in Clojure programs.clj-routing
: Core of URL router for use in web frameworksclj-unit
: Unit testing library: non-magical, developer-friendly.ring
: Web application library: abstracts HTTP to allow modular and concise webapps.weld
: Web framework built on Ring: expressive and fast in a functional style.cljre.com
: Clojure online regular expression editor, built with Ring and Weld.*
Copyright 2009 Mark McGranaghan and released under an MIT license.