Wrote up more slides for my talk. Did a quick demo of them to explain what scheme was and realized I might need to go a little more basic. Apparently not everyone knows what a Lisp is (shock! horror!) Ah well.
read moreDay 33/100: Busy day / Closures
Today was a bit busier than I thought it would be. I did some playing around with trying to better understand closures. I think I understand them a little better but one of things I'm having trouble with is figuring out how something magically becomes a closure.
Take this for …
read moreDay 32/100: More work on slides and closures
Today I did a little more work on my slides for the MUG presentation, but I also read some more of the (excellent) manual. The section on Closures really helped me understand better what was going on.
For those playing along at home, a closure is when a function is …
read moreDay 31/100: More work on slides
Did some more work on my slides for the MUG presentation, but that was it. Lost some momentum today. Going to find it tomorrow.
read moreDay 29/100: Hint System and Shut the Box fin
I think I'm done with Shut the Box, for now.
I added a hint system where you can type "hint" and get hints on which tiles can be shut. Also fixed a few bugs and cleaned up the output so it looks better.
read more#lang racket #| Init Block |# (define tiles '()) (define …