bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] A few problems


From: vvs
Subject: Re: [Bug-apl] A few problems
Date: Mon, 4 Feb 2019 22:13:59 +0200

On Mon, Feb 4, 2019 at 2:04 PM Dr. Jürgen Sauermann
<address@hidden> wrote:
> Attempting to solve a not decidable problem at runtime is nothing
> that I would dare to try.

Well, it seems that it all depends on implementation. While Dyalog
implemented assignment the same way as GNU APL, in NARS2000 it's very
different: all assignments are always treated as variables even if
function with the same name exists. I've tried this:
   ∇A
[1] A←0
∇

   )FNS
A
   )VARS
   A←1
   A
1
   )FNS
   )VARS
A



reply via email to

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