From cf6cc16f4308a7055bff8140f3fe33518c01ffd7 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Fri, 13 May 2011 17:09:15 -0400
Subject: [PATCH] Issue #207 -- add Data.js to the docs.
---
index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/index.html b/index.html
index 9cbc3a0a7..8e73aba63 100644
--- a/index.html
+++ b/index.html
@@ -1245,6 +1245,11 @@ _([1, 2, 3]).value();
Functional JavaScript,
which includes comprehensive higher-order function support as well as string lambdas.
+
+
+ Michael Aufreiter's Data.js,
+ a data manipulation + persistence library for JavaScript.
+
Python's itertools.