Re: [racket] Symbol Syntax

2011-01-06 Thread Sayth Renshaw
On Thu, Jan 6, 2011 at 1:06 AM, Matthias Felleisen wrote: > > Start reading HtDP/2e @ http://www.ccs.neu.edu/home/matthias/HtDP2e/ > > It uses strings, which may be more familiar to you and which accommodate a > bit more variety. > > Then switch back to HtDP/1e. > > > On Jan 5, 2011, at 7:18 AM, S

Re: [racket] Symbol Syntax

2011-01-05 Thread Matthias Felleisen
Start reading HtDP/2e @ http://www.ccs.neu.edu/home/matthias/HtDP2e/ It uses strings, which may be more familiar to you and which accommodate a bit more variety. Then switch back to HtDP/1e. On Jan 5, 2011, at 7:18 AM, Sayth Renshaw wrote: > > Can someone expand on the syntax for symbols

Re: [racket] Symbol Syntax

2011-01-05 Thread Jens Axel Søgaard
2011/1/5 Sayth Renshaw : > > Can someone expand on the syntax for symbols? I can develop the check-guess > game simply without symbols but cannot with symbols. > Trying many versions of the symbol syntax but with no success. > > This the example for symbols, but how can I test conditions with a sym

[racket] Symbol Syntax

2011-01-05 Thread Sayth Renshaw
Can someone expand on the syntax for symbols? I can develop the check-guess game simply without symbols but cannot with symbols. Trying many versions of the symbol syntax but with no success. This the example for symbols, but how can I test conditions with a symbol? (define (reply s) (cond