Re: A new FrontEnd
- To: mathgroup at smc.vnet.net
- Subject: [mg128088] Re: A new FrontEnd
- From: Mikhail Cherkasskii <macherkasskiy at gmail.com>
- Date: Sat, 15 Sep 2012 03:35:58 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <k21kj2$9vq$1@smc.vnet.net> <k2er1h$kab$1@smc.vnet.net>
> On 12/09/2012 08:03, Mikhail Cherkasskii wrote: > > >> On 08/09/2012 08:10, Mikhail Cherkasskii wrote: > > >> > > >> The document based interface is useful, but when there are more then > > >> > > >> 30 variables in your notebook, some of them is in a RAM, some aren't... > > >> > > >> I prefer to have an extra tool for variable control. > > >> > > >> > > >> > > >> Can you give an example of what you mean by this? > > >> > > >> > > >> > > >> David Bailey > > >> > > >> http://www.dbaileyconsultancy.co.uk > > > > > > For example, I'd like to have a window with variables list, that are in Global` or another context. It can be an auto-update table with columns, that display variable names, variable values and so on > > > > > The thing is, you can build a thing like that if you really want it, but > > it might not be that useful, because the values of variables are often > > very large objects, and there are many contexts associated with > > packages, etc. > > > > To get a list of variables in the Global` context, type: > > > > ?Global`* > > > > David Bailey > > http://www.dbaileyconsultancy.co.uk Yes, I know this. So my offer was to make USEFUL variable list. I can compare a different programs for numerical calculation with Mathematica. Other programs have such tool, and the tool is useful