I'd like to have a Gambit repl on an embedded system (Nintendo DS). I'm tired of not having a real language to program the thing. :) The primary constraint is 4MB of working RAM. A second constraint would be to have the repl over a socket (I looked at web-repl, so that doesn't look to be much of a problem). I can access files from external compact flash storage, but I would prefer to limit that as much as possible. I took a quick trip over to gmane to search the archives to see if someone else has tried this, but nothing obvious came up. I figured I'd ask for some pointers before running blindly down the wrong path. I'd also like to be running termite on this, eventually. However, I figure that I'm going to have enough issues without complicating my life like that at the start. Any pointers/advice would be deeply appreciated. Thanks, -a