Re: [Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Elias Mårtenson
It will fail, but there are ways to accomplish the same thing in GNU APL. That said, Dyalog does have some features that make some of these things more terse. Regards, Elias On 11 March 2015 at 10:15, Christian Robert wrote: > I will try to do that in the future, but it will be hard ;-) please

Re: [Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Christian Robert
I will try to do that in the future, but it will be hard ;-) please forgive me. completely out of the current subject, any one saw that video ? http://www.youtube.com/watch?v=DmT80OseAGs it looks like a 100% "Dialog APL" advertising. don't ever try to do it in "gnu apl(GPL 3)" nor even in my f

Re: [Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Blake McBride
I've found that when learning a new system, it is easy to find bugs in it - which turn out to be a misunderstanding on my part. Take it from someone with years experience doing nothing but APL, GNU APL is pretty solid. If you encounter a bug, definitely look closely at your code. Glad to help.

Re: [Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Christian Robert
You are right. QuadNC do the right thing. btw: this is why I asked for some kind of a "newbie" list for gnu apl. I don't want to bother the developpers at each time *I think* of a problem in the software. 9/10+ are my own ignorance. thanks, and still learning from near zero. Xtian. On 2

Re: [Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Blake McBride
I think you are confusing ⎕NC and ⎕NL On Tue, Mar 10, 2015 at 7:16 PM, Christian Robert < christian.rob...@polymtl.ca> wrote: > Hi, > > I'm pretty sure this was working a few days ago to test if a variable has > a value or not at entry to a function. > > Is it broken or I miss something ? > > tha

[Bug-apl] ⎕NL 'var_name'

2015-03-10 Thread Christian Robert
Hi, I'm pretty sure this was working a few days ago to test if a variable has a value or not at entry to a function. Is it broken or I miss something ? thanks, Xtian. ∇Time[⎕]∇ ∇ [0] z←ncpu Time what;⎕io;start;stop;day;old_ncpu [1] →(1=⎕NL 'ncpu')/already_set [2] ncpu←1 ⍝