bluaze

Results 3 issues of bluaze

when the function has multiple default arguments or the default argument is not defined at the end of formal list, whether the default values are passed explicitly (by call) or...

each default arguments not called is assigned to a dedicated environment as promise, just like how R initialize evaluation frame of function call, and the enclosure of the environment is...

a function to be memoised, say `f`, has an argument `fn` that accepts function. If such argument `fn` is passed another memoised function, say `gm