Re: [racket] SICP (again)

2014-11-26 Thread Joshua TAYLOR
his code we use the "square" function. In mit-scheme it's ok, in Racket > it's not defined > > Should I import any module ? > > Are common functions named as in mit-scheme ? Or are we gonna run into > compatibility issues ? > > Thanks for any

Re: [racket] coding with continuations

2014-10-27 Thread Joshua TAYLOR
edures take an extra argument or two (continue and restart). //JT -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/ Racket Users list: http://lists.racket-lang.org/users

Re: [racket] (define (f (x y)) body) when y has a previous definition

2014-06-23 Thread Joshua TAYLOR
tp://docs.racket-lang.org/reference/define.html arg = arg-id | [arg-id default-expr] | keyword arg-id | keyword [arg-id default-expr] much clearer. Thanks, and sorry for the noise! On Mon, Jun 23, 2014 at 9:29 AM, Tony Garnock-Jones wrote: > On 06/23/2014 09:21 AM, Joshua TAYLOR wrote

[racket] (define (f (x y)) body) when y has a previous definition

2014-06-23 Thread Joshua TAYLOR
based on the syntax given in the documentation, but the system's still accepting it, and with varying behaviors. //JT [1] http://stackoverflow.com/q/24365591/1281433 -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/ Racket Users list: http://lists.racket-lang.org/users