From 1277e1806c257fe0404c20788187c32fd53cb308 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Mon, 21 Jun 2010 19:35:43 -0500 Subject: [PATCH] Add closures to ROADMAP (so we don't forget about them :-). --- docs/ROADMAP | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ROADMAP b/docs/ROADMAP index 78e755a0269..6f9b39a2fd5 100644 --- a/docs/ROADMAP +++ b/docs/ROADMAP @@ -22,6 +22,7 @@ others from doing so. Patches to this document are welcome. Really important items +1 ** working closures 1 ** array/hash vivification (pmichaud, masak, jnthn) 1 ** REPL remembers the variable from the last line (pmichaud, jnthn) 1 ** operator overloading -- infix:, prefix:, postfix: (almost there, problems with pre-comp)