Phil, Interesting “conspiracy theory” :-) The reason that you have failed to find anyone "willing to admit" that 9.3 was reserved for scripted namespaces...
... Actually that's half of the technique I use (I mentioned ⎕trap as being more likely to be familiar with readers) except that this misses the point that...
<snip> ... This is really nasty, isn't it? (It's a good day - I see APL characters!) Anyway, why not correcting at least the helpfile until the refurbishment?!...
Next meeting back at the Edgar Wallace, 40 Essex Street, WC2R 3JF on Friday 30 January 2008 at 14.00 downstairs or 15.00 up. Please send any reply or...
Phil, I do understand your pain. We have discussed adding a general "Metadata" facility that will be able to tell you everything about any kind of name OR...
Imagine you have a large class which is for political reasons supposed to be "stand-alone". It needs functions to read and write file, to read from and write...
I'm not sure I understand completely to be honest. When you talk about sub classes are you talking about inheritance, i.e. Car ISA Vehicle or something else? ...
... about sub classes are you talking about inheritance, i.e. Car ISA Vehicle or something else? Sorry, I assumed that the term is common, but thinking of it I...
My first thought was "I wouldn't start from here." ... ... stuff ... ... ∇ method 0 ... ... ∇ ... is your basic outline and you want sub1 and sub2 to use...
<snip> ... No! If they could "see" subo they could call any shared method without creating and instance, and I would be glad with this. But the problem is that...
... But remembering the only time I actually got around to reading any of the stuff written about all this I'm sure I was appalled to read that any class could...
... and it fixed ok. Now it doesn't do anything and I don't suppose I can see anything of it from outside but it _fixed_ without error so at least we know the ...
Possibly silly suggestion made with no actual experience of ever having written an OO APL program. Could not the constructor in each class dynamically build...
... Yes, that's right. That is exactly what I expected, but in my case I can't see the siblings - the line ... results in a VALUE ERROR. I am going to write an...
... ∇ f x ... ⍎x ∇ ... then c1.f'(⎕new s2).fi' #.c1.s2.[s1] What's the problem again? FYI c1 is public and s1/s2 are (by default) private classes, they...
Can I just say that, just for now, I don't care - because I can see all the posts with their original APL chrs! Am experimenting with Classes, though. ... ...
You may pass parent class as a parameter to your subclass constructor and save it inside private property. Then any time you want to call your very important...
Early warning before anyone gets too excited by the speedup: In v12.1, {⍵[⍋⍵]} is likely to be an idiom, and significantly faster for many (I suspect,...
{⍵[⍋⍵]} is preferable in my opinion, not least because it requires fewer keystrokes. On 17/01/2009 19:14, Dick Bowman wrote: Please don't do this and...
Michael Kassler
mkassler@...
Jan 17, 2009 9:00 am
4640
... On this particular idiom I agree with Dick. But perhaps the idioms are available as a list that can be acquired by an apl function so we could implement a...
Simple Question: Can the Squad (squish) character be used for the Axis Operator? See the "Index with Axis" example in the Dyalog Help if you are not sure why I...
It is a Boolean question (yes/no) not a problem. Can one replace the square brackets used for the Axis Operator using the Squad? 1 2 (, [0.1]) 3 4 Ray ... ...
... I may be misunderstanding the question, but I'm going to take a punt on "No", because monadic squad is already in use. This means that squad can't enjoy...