Re: [Jprogramming] Request for comments: multiple assignment

2017-07-13 Thread bill lam
The results of verbs "is","assign" are not assignment, only their side effects perform assignment, therefore analysis of verbs such as rank, agreement,... does not apply to those side effects. I would also favor simple =: Чт, 13 июл 2017, Raul Miller написал(а): > Ok, but a routine being inter

Re: [Jprogramming] Request for comments: multiple assignment

2017-07-13 Thread Raul Miller
Ok, but a routine being interesting is not sufficient motivation for incorporating it as a language primitive. There are just too many interesting possibilities. =: works and is simple. Thanks, -- Raul On Thursday, July 13, 2017, Jose Mario Quintana < jose.mario.quint...@gmail.com> wrote: > T

Re: [Jprogramming] Request for comments: multiple assignment

2017-07-13 Thread Jose Mario Quintana
I am not entirely sure if we are talking exactly about the same sentence. However, if one would like to assign to the pronouns A, B and C, using the verb is taking 'ABC' as a left argument, the items of i.3 4 5 ; then, this is one way to do so, 'ABC' is items i.3 4 5 0 1 2 3 4 5 6

Re: [Jprogramming] Request for comments: multiple assignment

2017-07-13 Thread Jose Mario Quintana
These [0, 1, 2, 3, 4, 5] are more forum instances of use or suggested use of the verb 4 :'(x)=: y' (or equivalent), [0] [Jprogramming] Tacit or Explicit Raul Miller http://www.jsoftware.com/pipermail/programming/2017-January/046538.html [1] [Jbeta] with effort for inplace assignment performa

Re: [Jprogramming] plot resolution problem

2017-07-13 Thread bill lam
usually you can specify dimension and file name using output command. see http://code.jsoftware.com/wiki/Plot/Commands#Output_commands On Thu, Jul 13, 2017 at 4:37 PM, Rudolf Sykora wrote: > Hello, > > I want to create a plot with the Plot package. The best would be to get an > eps. > > However

[Jprogramming] plot resolution problem

2017-07-13 Thread Rudolf Sykora
Hello, I want to create a plot with the Plot package. The best would be to get an eps. However when I use pd 'eps ... I somehow loose all unicode characters (and the sizes of fonts seems wrong, too). So I output to a png using pd 'save ... Then, however, the default resolution is too low, 480x36