Monitor bug or feature
- To: mathgroup at smc.vnet.net
- Subject: [mg84095] Monitor bug or feature
- From: Mark Fisher <particlefilter at gmail.com>
- Date: Mon, 10 Dec 2007 04:36:50 -0500 (EST)
Hi all, Monitor[Table[Pause[.1]; i, {i, 10}], i] works as I expected, but Table[Pause[.1]; i, {i, 10}] // Monitor[#, i] & does not: It does not produce any "monitoring". Are there other examples where f[x, a] and f[#,a]&[x] produce different "effects". (Clearly the Heads of the expressions are different.) I'm guessing my surprise regarding this feature of Monitor reflects the fact that I really haven't made any attempt to understand Dynamic etc. --Mark
- Follow-Ups:
- Re: Monitor bug or feature
- From: Carl Woll <carlw@wolfram.com>
- Re: Monitor bug or feature