MathGroup Archive 2007

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

Search the Archive

Re: Input Format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81204] Re: [mg81145] Input Format
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Sat, 15 Sep 2007 04:16:01 -0400 (EDT)
  • References: <4838332.1189758832378.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

Mmm... use a different language, since you don't like this one?

Failing that, why not

data//R;
%//S;
%//T;
%//U

Bobby

On Fri, 14 Sep 2007 02:30:14 -0500, <roby.nowak at gmail.com> wrote:

> hello,
> I prefer using a line by line postfix notation for sequential data
> processing.
> e.g. there is some data which has to be processed sequentialy by a
> number of dataprocessing functions, if you input the whoole thing  
> Mathematica
> formats like this:
>
> data //
>     R //
>    S //
>   T //
>  U
>
> this is not very nice for my usage and results from the fact that  
> Mathematica
> generates \[IndentingNewLine] for every <RETURN> key pressed..
>
> i would rather had it formatted like this (or similar):
>
> data //
>     R //
>     S //
>     T //
>     U
>
> i could enter
>
> data//\[NewLine]\[RawTab]R//\[NewLine]\[RawTab]S//\[NewLine]\
> [RawTab]T//\[NewLine]\[RawTab]U
>
> but this is not realy a pleasure.
> is there a short way to key in \[NewLine] instead of \
> [IndentingNewLine]
>
> any suggestions ?
> thx robert
>
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: PlotMarkers misalignment in Mathematica 6.0.0
  • Next by Date: Re: Re: LegendreP error (bug?) in Mathematica
  • Previous by thread: Input Format
  • Next by thread: Re: Input Format