[racket] How can I speed up this code?

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jan 14 16:31:20 EST 2013

Just now, Sam Tobin-Hochstadt wrote:
> On Mon, Jan 14, 2013 at 4:21 PM, Danny Yoo <dyoo at hashcollision.org> wrote:
> >
> > Is it likely for the JSON standard to change, though?
> 
> No, the JSON specification is explicitly designed *never* to change.
> If it was possible, it would have already.

It's not the standard that might change, it's uses and possible
similar extensions.  For example, it would be relatively easy to
customize it to have date parsing if this becomes popular, or to
change the parser to construct alists instead of hash tables for
objects, or to have a similar syntax.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.