Search found 62 matches

by ArrayMac227
Sat May 28, 2022 1:05 am
Forum: APL Chat
Topic: Quirk with comment on end of )ED line
Replies: 0
Views: 13480

Quirk with comment on end of )ED line

Code: Select all

      '#'⎕WG'APLVersion'
 Windows-64  18.2.45405.0  W  Development

      arg01←'test'
      arg0←'fail'
      )ed arg01⍝ no space between name and ⍝  editor window contains 'fail'
      )ed arg01 ⍝  space included, editor window contains 'test'
by ArrayMac227
Thu Jul 02, 2020 2:12 pm
Forum: APL Chat
Topic: Tip of the Day: Recovering work after a system error
Replies: 4
Views: 11089

Re: Tip of the Day: Recovering work after a system error

This helped immensely! Liking the reduced stress from knowing the system no longer (touch ood) has random shutdowns. Thanks again for your help!
by ArrayMac227
Tue Jun 30, 2020 6:39 pm
Forum: APL Chat
Topic: Tip of the Day: Recovering work after a system error
Replies: 4
Views: 11089

Re: Tip of the Day: Recovering work after a system error

Thanks for the guidance. Some other questions: Given that currently I am having multiple failures a day, I have renamed and moved the aplcore files as they are created: rename aplcore {newdir}aplcore-yymmddX.DWS where X is a serial letter A.. and yymmdd is the current date. Does the note about ...
by ArrayMac227
Thu May 14, 2020 1:58 pm
Forum: APL Chat
Topic: Are conjunctions unassignable?
Replies: 3
Views: 6372

Are conjunctions unassignable?

opp←{⍺ ⍺⍺ ⍵⍵ ⍵}
tfuu←opp
SYNTAX ERROR
tfuu←opp


⍝ How do I assign opp?
by ArrayMac227
Thu May 07, 2020 3:28 pm
Forum: APL Chat
Topic: A train too far?
Replies: 8
Views: 14542

Re: A train too far?

A good middle ground solution:

'.,'({~⍵∊⍺}⊆⊢)'ab,cd,efg.hij'

Most unfamiliar languages start out as white noise. I admit I saw this post only a day after seeing Roger Hui use (=⊂⊢), which has the need for (1∘↓¨) and is thus less elegant.
by ArrayMac227
Thu May 07, 2020 3:12 pm
Forum: APL Chat
Topic: Analog to ⎕wgive?
Replies: 5
Views: 8367

Re: Analog to ⎕wgive?

Documentation on ⎕DL: > Y must be a simple non-negative single numeric value (of any rank). A pause of approximately Y seconds is caused. > The shy result R is a scalar numeric value indicating the length of the pause in seconds. > The pause may be interrupted by a strong interrupt. ...not sure w ...
by ArrayMac227
Mon May 04, 2020 5:39 pm
Forum: APL Chat
Topic: Analog to ⎕wgive?
Replies: 5
Views: 8367

Re: Analog to ⎕wgive?

Agreed, the effect is not the same, except both show the Forms.

⎕dl 0 worked like a charm! Thanks for revealing that undocumented feature!
by ArrayMac227
Mon May 04, 2020 2:58 pm
Forum: Chat
Topic: APL employment
Replies: 5
Views: 55937

Re: APL employment

Good news. Has there been any progress on this, bearing in mind the world may have other concerns?
by ArrayMac227
Mon May 04, 2020 2:28 pm
Forum: APL Chat
Topic: Analog to ⎕wgive?
Replies: 5
Views: 8367

Analog to ⎕wgive?

Is there a way for a running function to allow GUI objects to refresh themselves, like ⎕wgive did in APL*PLUS? Ctrl-Break seems to be the only way.
by ArrayMac227
Tue Oct 29, 2019 1:51 pm
Forum: APL Chat
Topic: Is the non-commercial 17.1 64-bit only?
Replies: 4
Views: 7272

Re: Is the non-commercial 17.1 64-bit only?

The free versions are the most widely used variants on each platform. If your friend has a real need for a 32-bit version, he should write to sales@dyalog.com and explain what he needs and why. We want people to use Dyalog APL and there is nearly always a solution to this kind of problem. Given ...