Hi Jürgen,
amazing - thank you.
I thought I asked because you were just a moment away from the code:-)
Best Regards
Hans-Peter
Am 03.12.20 um 18:45 schrieb Dr. Jürgen Sauermann:
Hi Hans-Peter,
some of the simple answers below (I am not an experienced APL programmer,
therefore I can't answer
Jürgen,
thank you for the prompt fix.
Best Regards
Hans-Peter
Am 03.12.20 um 20:09 schrieb Dr. Jürgen Sauermann:
Hi,
fixed in *SVN 1368*.
If you have old workspaces )DUMPed with the error, then they can be
maually
fixed by adding a ⍬ after the IO+ in the line(s) complaining with
SYNTAX err
Hi,
⍸ added in SVN 1368.
Best Regards,
Jürgen
On 11/27/20 2:26 PM, Russtopia wrote:
Aha, I suspected as
much, but being so new to the language I thought I would ask
here to
Hi,
fixed in SVN 1368.
If you have old workspaces )DUMPed with the error, then they can
be maually
fixed by adding a ⍬ after the IO+ in the line(s) complaining with
SYNTAX error,
In your example: replace
((⎕IO+)⊃X)←'XX
Hi Hans-Peter,
some of the simple answers below (I am not an experienced APL
programmer,
therefore I can't answer the tricky ones).
Best Regards,
Jürgen
On 12/3/20 2:26 PM, Hans-Peter Sorge
wrote:
So
Hi,
a short test gives:
$ apl -q
X←⊂'XXX'
)WSID DUMP_TEST
WAS CLEAR WS
)DUMP
2020-12-03 18:20:00 (GMT+1)
)OFF
)load DUMP_TEST.apl
DUMPED 2020-12-03 18:20:00 (GMT+1)
SYNTAX ERROR
((⎕IO+)⊃X)←'XXX'
^ ^
$ less DUMP_TEST.apl
.
X←00
((⎕IO+)
Sorry, did not hit the mailing list...
Hi,
frankly I try to find out what it does...
4/2 2⍴⍳4
1 1 1 1 2 2 2 2
3 3 3 3 4 4 4 4
basically replicates the last column
4//2 2⍴⍳4
2 2 2 2 4 4 4 4
But how do I get to.
1 1 1 1 2 2 2 2
or
1 1 1 1 3 3 3 3
or
3 3 3 3 4 4 4 4
???
an
Hello Chris,
no problem.
For me it's just tugging along and learning what ever I can get my hands
on :-)
We had a Linux User Group Conf Call last night and we discussed the
IN_events.
From inotifywatch monitoring editor events, it was not quite clear
which event would do the job.
But the L