From f32898d4a21e9d77f119492cf4eb847fb5506f37 Mon Sep 17 00:00:00 2001 From: Clint Newsom Date: Thu, 3 Apr 2014 22:58:10 -0400 Subject: [PATCH] Update README.md --- clojure/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clojure/README.md b/clojure/README.md index 7bd4dc6..6fe2922 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -1,17 +1,13 @@ # Clojure This is a cross-listing of papers related to Clojure, it's core, contrib and popular libraries. Papers noted at at Clojure talks, meetups, and conferences can be found here as well. - - ## Data Structures * core.rrb-vector * [RRB-Trees: Efficient Immutable Vectors](http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) - ## Pattern Matching * core.match * [Compiling Pattern Matching to good Decision Trees](http://www.cs.tufts.edu/~nr/cs257/archive/luc-maranget/jun08.pdf) - ## Clojure/West 2014 * Applicative Functional Programming * [Backtracking Iterators](https://www.lri.fr/~filliatr/publis/enum2.pdf)