In my last serie about building a testing framework à la xUnit left me with a weird feeling. Following Kent Beck's execution from the book « Test Driven Development by Example » made the exercise of thinking the Scheme way harder than I thought. I ended up with a shaky copy of the Python implementation. So I decided to let time passing by and come back to it to see what I can do differently. In the meantime, I watched a video of Andy Balaam where he showed a small illustration of the idea of Lambda Calculus and how it can be leveraged using a Scheme. That inspired me. Let's see how much, step by step…
No comments yet.