Skip to content

BestFriendChris/clj-garden

 
 

Repository files navigation

clj-garden

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 FileUtils
  • clj-html-helpers-ext: Proving ground for clj-html-helpers
  • clj-http-client: HTTP client wrapping Commons HttpClient
  • clj-jdbc: High-level interface to JDBC databases
  • clj-rome: Universal RSS/Atom Feed parser wrapping Rome
  • clj-scrape: Bundling of various clojure libraries to facilitate HTML scraping
  • clj-time: Wrapper around Joda Time library
  • cljurl: Url shortening website, built with Weld and Ring.
  • gitcred: PageRanking GitHub users
  • stash: Functional ORM
  • stash-migrations: Migration for Stash models
  • stash-pagination: Paginate Stash find results
  • stash-timestamps: Timestamping callbacks for Stash models
  • weld-blog-example: Example of a blog in Weld
  • weld-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 frameworks
  • clj-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.

About

Where I grow Clojure codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 93.5%
  • JavaScript 6.4%
  • Ruby 0.1%