[racket] For new Racket users

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Aug 29 03:32:10 EDT 2011

Yesterday, Stephen Bloch wrote:
> 
> On Aug 28, 2011, at 5:34 AM, Joan Arnaldich wrote:
> 
> > I don't know if it's that useful as a learning tool... but man, it
> > *is* fun... or was, because level 5 is Python or nothing...
> 
> Yes, I got that far last night and hit a wall.  I googled the key
> phrase, and suppose I can get around it....

IIUC, pickle is how you'd serialize data to a file, so solving that
level requires something that knows how to parse those files.  (And
makes the whole thing much more python-specific than it looks.)

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


Posted on the users mailing list.