Whoops! That's what I get for assuming Racket makes the same mistake that
Python does :)
On Mon, Apr 24, 2017 at 1:58 PM, Sam Tobin-Hochstadt
wrote:
> On Mon, Apr 24, 2017 at 4:43 PM, Jack Firth wrote:
> > Default values for function arguments are computed once when the
> function is defined, n
On Mon, Apr 24, 2017 at 4:43 PM, Jack Firth wrote:
> Default values for function arguments are computed once when the function is
> defined, not each time the function is called. You'll want to make the
> defaults all false and get the parameter values inside the function body.
This is not accu
Default values for function arguments are computed once when the function is
defined, not each time the function is called. You'll want to make the defaults
all false and get the parameter values inside the function body.
--
You received this message because you are subscribed to the Google Gro
3 matches
Mail list logo