Re: [racket] Using separate files as modules with HtDP

2013-11-17 Thread Matthias Felleisen
On Nov 17, 2013, at 1:27 PM, Norman Ramsey wrote: > But my students have not once written 'require', nor > have they ever seen *me* write 'require'. Over the course of the > term, there few functions that they see two or more times (search in a > binary tree might be one), and no functions that

[racket] Using separate files as modules with HtDP

2013-11-17 Thread Norman Ramsey
[Shifting to plt-edu-talk] > > At Sat, 16 Nov 2013 12:44:03 -0500, Norman Ramsey wrote: > > >> On their next assignment, my students will reuse code they have built > >> for binary search trees. I would prefer that they place the old code in > >> a different source file than the new code. I