Re: [racket] [Newbie] Call for code review

2013-12-16 Thread Greg Hendershott
Correction: On Mon, Dec 16, 2013 at 10:57 PM, Greg Hendershott wrote: > I'd write `exact-positive-integer?` instead of number? if it were > actually a real. I'd write `exact-positive-integer?` instead of number? if it were actually a contract. Racket Users list: http://l

Re: [racket] [Newbie] Call for code review

2013-12-16 Thread Greg Hendershott
I took a little time to review it. I didn't try to think too deeply about what it's doing. Overall I think it looks very, very good. You're "quite new to Racket"? I'm very impressed! A few small comments: 1. https://github.com/myguidingstar/game-modeling/blob/master/core.rkt#L18 It would have be

[racket] [Newbie] Call for code review

2013-12-16 Thread Hoang Minh Thang
Hi all, I'm quite new to racket. I've made a small program that simulates some cells' behaviors in a matrix. http://github.com/myguidingstar/game-modeling I hope some people will tell me where & how I can improve the code. Any single piece is appreciated. Thanks Racket Users