MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Binary Vector Manipulation
  • Next by Date: Re: MathLink and VC++ 2008
  • Previous by thread: Re: Re: Binary Vector Manipulation
  • Next by thread: Re: Monitor bug or feature