Re: [Bug-apl] number precision in saved workspaces

2016-06-11 Thread Juergen Sauermann
Hi Xiao-Yong, thanks, fixed in SVN 740. I haven't checked )DUMP and )OUT but I suppose they work now since the fault was in the tokenizer (which is also used by )LOAD and )IN). /// Jürgen On 06/10/2016 10:34 PM, Xia

[Bug-apl] Macros

2016-06-11 Thread Juergen Sauermann
Hi, as of SVN 740 I have started to use a new internal concept in GNU APL:  macros. A macro is simply a defined function that is used by the interpreter itself. Currently a macro is called when a primitive operator is called with a define

[Bug-apl] Inconsistent behaviour or operator /

2016-06-11 Thread Elias Mårtenson
The following gives a very obvious result: * (1 2),(2 3),(3 4)* ┏→━━┓ ┃1 2 2 3 3 4┃ ┗━━━┛ Assuming that the / operator splices the function between each value, you'd expect the following to yield the same result, but it becomes boxed. Is there an explanation for this? *

[Bug-apl] Power Operator (⍣) broken at svn 740 ?

2016-06-11 Thread Christian Robert
At svn 739: --- [xtian@fc-23:/home/xtian] $ apl __ _ __ __ _____ __ / // | / // / / / / | / __ \ / / / / __ / |/ // / / / / /| | / /_/ // / / /_/ // /| // /_/ / / ___ | /

[Bug-apl] Option parsing patch

2016-06-11 Thread David B. Lamkins
This patch corrects a problem with the -p and -l options not recognizing their arguments. Index: src/UserPreferences.cc === --- src/UserPreferences.cc (revision 739) +++ src/UserPreferences.cc (working copy) @@ -182,7 +182,