Re: (Mathematica wish list)
- To: mathgroup at smc.vnet.net
- Subject: [mg71365] Re: (Mathematica wish list)
- From: "Vince Virgilio" <blueschi at gmail.com>
- Date: Thu, 16 Nov 2006 00:52:41 -0500 (EST)
- References: <200611130534.AAA18393@smc.vnet.net><ejevgj$1to$1@smc.vnet.net>
On Nov 15, 7:00 am, Daniel Lichtblau <d... at wolfram.com> wrote:
>
> [elided]
>
> getAllVariables[f_?NumericQ] := Sequence[]
> getAllVariables[{}] := Sequence[]
>
> getAllVariables[ll_List] :=
> Flatten[Union[Map[getAllVariables[#]&, ll]]]
Daniel,
I have a question about the style of this code. Why create a pure
function from getAllVariables, especially since it already has single
arity? Does it matter?
>
> [elided]
>
>
> Daniel Lichtblau
> Wolfram Research
Thanks,
Vince Virgilio
- Follow-Ups:
- Re: Re: (Mathematica wish list)
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: Re: (Mathematica wish list)