Gary Baumgartner
Gary Baumgartner
I haven't had a chance to try it but am fine with csc104 breaking on snapshots until I get a chance over the holidays to update it (there's also a...
Nothing thought out, but either a splash screen when DrRacket first runs, the way many apps now mention common out-of-the-box information. Or something where we already do it: when telling...
Good point, I should be more careful and precise in a discipline that includes the word "Science". What I've observed over the years is whenever we have a student change...
That's exactly what I was thinking of doing, just didn't want to mention it until I thought through the details and could commit to it.
We usually call `filter`. So we need to look at how it's usually used as a verb, and how its connotations will combine with the connotations of the arguments. Let's...
That is expected, since `#lang racket/base` doesn't include much for-syntax. You could add : `(require (for-syntax racket/base))` . It might be a bit surprising that the convenience library `syntax/parse/define` doesn't...
Reading is different than writing. Understanding is different than solving. “Code is read more than it's written/changed”. Many debates about syntax are unclear about the distinction, and some claims are...
As a compromise, how about just naming it `2pi` and/or `2π`?