Today didn't get a whole lot of code. Worked through the Learn Web App Development book some more, but most of today was spent on other things (anticipation of a fixed washer for starters).
Ever onward!
read moreToday didn't get a whole lot of code. Worked through the Learn Web App Development book some more, but most of today was spent on other things (anticipation of a fixed washer for starters).
Ever onward!
read moreSpent a little more time today playing with racket and the "Shut the Box" implementation.
It's not much, but it's progress.
(define tiles `(1 2 3 4 5 6 7 8 9))
(define die1 (+ 1 (random 6)))
(define die2 (+ 1 (random 6)))
(define roll (+ die1 die2))
(define tilelist '(4 5 …
Today I had the brilliant idea to do my standard "Hello World" program in Scheme / Racket. So, I present to you the first bits of "Shut the Box" in Racket:
(define tiles `(1 2 3 4 5 6 7 8 9))
(define die1 (+ 1 (random 6)))
(define die2 (+ 1 (random …
I'm planning on doing a talk at our local user group (Michigan!/usr/group]) about Scheme / Guile / Racket and so I'm reading more to understand how deep I want to go with introducing the languages. So today was more about research than actual programming (though I did find some interesting …
read moreToday was pretty well carved up so I didn't get a chance to do much other than read. Hopefully more progress tomorrow.
read more