Pinned Repositories
clojure
The Clojure programming language
clojurescript
Clojure to JS compiler
core.rrb-vector
RRB-Trees in Clojure
data.avl
Persistent sorted maps and sets with log-time rank queries
avl.clj
Persistent sorted maps and sets with log-time rank queries (moved into Clojure Contrib as of 2014-01-04)
clojure-guava
Clojure wrappers around the immutable Guava collections
ctries.clj
Ctries implemented in Clojure, see Prokopec, Bronson, Bagwell, Odersky
devec
Double-Ended Vectors for Clojure
flexvec
RRB-Trees for Clojure(Script) -- see Bagwell & Rompf (moved into Clojure Contrib as of 2013-03-29, see https://github.com/clojure/core.rrb-vector)
psq.clj
Priority Search Queues for Clojure
michalmarczyk's Repositories
michalmarczyk/ctries.clj
Ctries implemented in Clojure, see Prokopec, Bronson, Bagwell, Odersky
michalmarczyk/psq.clj
Priority Search Queues for Clojure
michalmarczyk/avl.clj
Persistent sorted maps and sets with log-time rank queries (moved into Clojure Contrib as of 2014-01-04)
michalmarczyk/devec
Double-Ended Vectors for Clojure
michalmarczyk/varspotting
Spotting Clojure Vars for fun and profit!
michalmarczyk/maxiphobe
Meldable priority queues in Clojure
michalmarczyk/bf.clj
brainfuck interpreter written in Clojure
michalmarczyk/clojurescript
Clojure to JS compiler
michalmarczyk/criterium
Benchmarking library for clojure
michalmarczyk/leiningen
A build tool for Clojure designed to not set your hair on fire.
michalmarczyk/amsclj-2012-10-27
Slides from my presentation at the Amsterdam Clojurians' October 2012 event
michalmarczyk/amsclj-2013-10-12
Slides from my presentation at the Clojure Dutch Day 2013
michalmarczyk/async-tests
Having fun with core.async
michalmarczyk/automat
better automata through combinators
michalmarczyk/cfp-2015
This is the repository you need to fork to submit your talk to the ReactEurope conference this July http://react-europe.org
michalmarczyk/clojure
The Clojure programming language
michalmarczyk/clojure-site
clojure.org site
michalmarczyk/clojure-toolbox.com
Source to clojure-toolbox.com
michalmarczyk/clojure-west-2016-04-15
Slides from my Clojure/west 2016 presentation
michalmarczyk/collection-check
fuzz testing for alternate clojure data structures
michalmarczyk/euroclojure-2013
Slides from my presentation at EuroClojure 2013
michalmarczyk/fast-zip
fast-zip
michalmarczyk/fipp
Fast Idiomatic Pretty Printer for Clojure
michalmarczyk/inspect
Inspect data structures flowing through your application, from a web client.
michalmarczyk/jumping-queues
Investigations into the viability of queue-like persistent data structures
michalmarczyk/phantom-spotter
A simple aid for monitoring GC eligibility of objects.
michalmarczyk/rook
Map Clojure namespaces to web resources, inspired by Ruby on Rails
michalmarczyk/systems-toolbox-sente
Sente WebSockets components (client and server) for systems-toolbox
michalmarczyk/ticktickticktock
Mapping non-overlapping intervals to values
michalmarczyk/validateur
Functional validations inspired by Ruby's ActiveModel