[Info-vax] DCL and scripting

John Reagan xyzzy1959 at gmail.com
Wed Dec 12 09:51:49 EST 2018


On Wednesday, December 12, 2018 at 8:38:43 AM UTC-5, Simon Clubley wrote:
> On 2018-12-11, Arne Vajhøj <arne at vajhoej.dk> wrote:
> > On 12/11/2018 2:39 PM, John Reagan wrote:
> >> The biggest obstacle in shoving a regex into the middle of DCL is making sure the license is suitable.  For instance, we can't/won't put a piece of GPL code into DCL.EXE.
> >
> > PCRE library is BSD licensed.
> >
> 
> The biggest thing for me is that John doesn't seem to think there's
> a major conceptual problem with inserting C code into DCL, even
> given DCL's unique requirements.
> 
> If you can get C code into DCL, I wonder if that could be used to
> fix up other DCL issues.
> 

There is already C code in DCL, albeit in the minority (< 10%).  We have discussed conversion of large portions of Macro-32 code into C code in DCL (think symbol table management and the like).  The code that manages stack context, etc. needs to stay in Macro-32 (and even some target assembly) due to DCL's unique ability for "^Y", do a set of DCL commands, "CONTINUE".  And yes, we have discussed modifying that for images installed with privs.



More information about the Info-vax mailing list