Re: Request for review

2021-05-14 Thread Arnaud Bailly
-- Arnaud Bailly - @dr_c0d3 On Fri, May 14, 2021 at 10:27 PM Vasilij Schneidermann wrote: > > > I'd generally recommend studying Riastradh's style guide [1]_. Thanks for the pointer! > > - Why bind variables with let, then immediately set! them? For > side-effectful values I'd just use let*

Re: Request for review

2021-05-14 Thread Vasilij Schneidermann
Hello Arnaud, > I have started a small project whose purpose is to simulate Darwin's > theory and I would really appreciate some code review from more > experienced scheme developers, esp. when it comes to structuring, > idiomatic code patterns, egg definitions... I'd generally recommend

Request for review

2021-05-11 Thread Arnaud Bailly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, As I said in a previous message, I am an enthusiastic noob trying to get my feet wet coding in Chicken Scheme. I have started a small project whose purpose is to simulate Darwin's theory and I would really appreciate some code review from