bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Commands made executable


From: David Lamkins
Subject: Re: [Bug-apl] Commands made executable
Date: Wed, 11 Jun 2014 10:10:10 -0700

That's a nice addition. We get the benefits of access to session commands without a bunch of new quad-foos.

I don't really care one way or the other about providing access to usercmds. One the one hand, it seems self-consistent to allow this case. On the other hand, it's another extension to IBM/ISO behavior.

I personally don't have an application for `⍎ ']usercmd'`.

That said, I think it'd be nice if errors propagated through the execute. For example,

      ⍎')foo'

doesn't complain about a BAD COMMAND, nor is ⎕EM set.


---------- Forwarded message ----------
From: Juergen Sauermann <address@hidden>
To: Blake McBride <address@hidden>
Cc: "address@hidden" <address@hidden>
Date: Wed, 11 Jun 2014 17:41:02 +0200
Subject: [Bug-apl] Commands made executable
Hi,

as of SVN 321 I have made commands executable with ⍎.
Since this is a rather new feature, expect surprises (and please report them).

Not sure how user-defined commands work with this (eg. if they fail) and if
they should be allowed in the first place.

The answer to Blake's question below is then:

      x←,⊃⍎')WSID'

/// Jürgen


On 06/07/2014 11:46 PM, Blake McBride wrote:
Greetings,

Is there a way to get the WSID of a workspace?

I am looking for:

x←??????

So that x ends up with the WSID.

I don't think there is, it would just be nice in a particular instance.

Thanks.

Blake




--

reply via email to

[Prev in Thread] Current Thread [Next in Thread]