That's awesome! Thanks!

On Thu, May 9, 2013 at 5:57 PM, Alex Baranosky <
alexander.barano...@gmail.com> wrote:

> Runa has decided to open source a project of our utility namespaces that
> we call Runa Kits <https://github.com/runa-dev/kits>. At this point in
> time this includes:
>
>    - benchmark.clj ;; simple timing functions
>    - csv.clj ;; wrapper around clojure-csv library that turn csv in to
>    column-name, column-value key value pair that can be configured via
>    :key-fn, :val-fn and :reader for each field
>    - db_migrator.clj ;; simple SQL schema migration library
>    - foundation.clj ;; catchall ns of utils
>    - homeless.clj ;; another catchall ns of utils
>    - logging.clj ;; Simple wrapper library for java.util.logging
>    - map.clj ;; Functions that operate on Clojure maps
>    - match.clj ;; Supports the speed optimized 'matches?' macro and
>    'fmatches?' fn for checking if a string matches a sequence of strings or
>    wildcard strings
>    - queues.clj ;; Wrappers for constructing various java.util.concurrent
>    queues
>    - runtime.clj ;; Library to access run-time info from the JVM
>    - seq.clj ;; Functions that operate on Clojure sequences
>    - string.clj ;; Functions that operate on Strings or Keywords
>    - structured_logging.clj ;; Logging Clojure data as JSON: supports
>    :tags and log contexts
>    - test_utils.clj ;; Functions and macros for making writing tests more
>    effectively
>    - timestamp.clj ;; Functions for creating and formatting timestamps
>    (Longs)
>    - xml.clj ;; To simplify working with clojure.xml
>
> These are tools we use everyday, and have not been spiffed up with many
> doc strings.  In general these kits are offered up for use by the community
> as-is, and we hope you find something of use in there.
>
> Best,
> Alex
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to