Re: [racket] [plt-edu-talk] Using separate files as modules with HtDP

2013-11-19 Thread john_burnette
I hope this in the spirit of the question.  My students are working with structures, a list of several hundred randomly created members of a dating database.  They are happily working to test whether members of the database not only share common interests, but are also satisfying what the member

Re: [racket] [plt-edu-talk] Using separate files as modules with HtDP

2013-11-18 Thread Matthias Felleisen
On Nov 18, 2013, at 3:15 PM, Norman Ramsey wrote: >> This is easily doable with a teachpack: >> >> 1. how to create a teachpack >> http://docs.racket-lang.org/htdp/index.html?q=teachpack >> >> 2. the key is to document the (a) structure type definition and (b) the >> data definition you expo

Re: [racket] [plt-edu-talk] Using separate files as modules with HtDP

2013-11-18 Thread Norman Ramsey
> This is easily doable with a teachpack: > > 1. how to create a teachpack > http://docs.racket-lang.org/htdp/index.html?q=teachpack > > 2. the key is to document the (a) structure type definition and (b) the > data definition you export. Any recommendations for delivering the documentat

Re: [racket] [plt-edu-talk] Using separate files as modules with HtDP

2013-11-17 Thread Matthias Felleisen
This is easily doable with a teachpack: 1. how to create a teachpack http://docs.racket-lang.org/htdp/index.html?q=teachpack 2. the key is to document the (a) structure type definition and (b) the data definition you export. Example: #lang racket (provide ;; A DR is (make-dating-reco