Sorry for the late answer, but yes, unfortunately, in the general case, Dyalog APL evaluates expressions from right to left, and will move around data as you...
Nicolas (dyalog.com)
nicolas@...
Apr 1, 2008 8:33 am
3894
A+ has a nice extension to “pick” for that – they use something called symbols but it could work with text names With implied assignment it worked really...
This looks a very suitable candidate for an article on the APL Wiki: http://aplwiki.aplteam.com/ Would you be willing to post it there? SJT ... in R*2 . ... ...
First of all thanks for all the answers. They have not changed my code, but they have given my some thoughts! I will here try to be more precise: MAT...
Wondering whether :Property Keyed in a Class might be an alternative approach. Possibly not the most efficient, but might be expressive/extendable. ... ...
So why not have a matrix of names and a nested vector that corresponds to the rows in the matrix Mat[i;] is equivalent to i {pick} VEC VEC[i] gets enclose...
Hey, I can do inefficient.... Have you considered using a touch of 'ancient history', namely the shadow []XT files? So to store values it could be:- ...
Does anyone have an understanding of multi-core chips and whether APL can take advantage of them in any way? Another way of asking this is Does it make sense...
... I seem to remember somebody proposed a few years ago an APL version in APL+Win. It might even be amongst those publicly available on APL+Win's homepage. ...
... I have a MD5 fn (although in Dyalog, it is generic APL) which I can send to you and perhaps you could post it to the Wiki. I know it works because it was...
... It is unfortunate that the same term, multi-thread, is used both in the Dyalog approach and the operating system to mean different things. Dyalog cannot...
... APL threads all use the same OS thread, so even if you use those that won't speed up due to multiple cores. If you run multiple APL processes, that will...
I must be getting old - I remember asking similar questions when the transputer appeared; I really thought that a parallel language was ideal for a parallel ...
... Didn't Paul Chapman talk to Tony Hoare (who invented Occam) about a parallel APL? I vaguely seem to recall talking to Paul about it - or maybe someone told...
Now posted at http://aplteam2.com/aplwiki/moin.cgi/MessageDigest Many thanks, Brian! There's a wikilink to your name. If you register as BrianOliver (no space)...
... See www.dyalog.dk/dfnsdws/n_hexf.htm www.dyalog.dk/dfnsdws/s_hexf.htm The problem is that we are in the "denormal" range of IEEE numbers here, where the...
The article on the APL Wiki is linked to from the MD5 article at Wikia (http://code.wikia.com/wiki/MD5_Checksum) and the discussion page of the MD5 article on...
Just for language comparison , I've attached the MD5 script in the Reva Forth I'm building my APL/K informed CoSy environment in . Note that Forth is totally...
... In my v11 your smallest number isn't bigger than 0? Maybe it depends on the version of dyalog or something? Or I'm not reading things correctly as usual......
Enhancing Dyalog APL to make use of multi-core machines is a priority for us in 2008. At the moment, I expect we'll be primarily be looking at: 1) Allowing a...
re: Unicode Version 12.0 rel. 2. Created Mar 18 2008 at 23:32:05. Build ID: ce6d461f. I seem to remember reading here that someone knew how to restore or ...