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
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
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?
*
At svn 739:
---
[xtian@fc-23:/home/xtian] $ apl
__ _ __ __ _____ __
/ // | / // / / / / | / __ \ / /
/ / __ / |/ // / / / / /| | / /_/ // /
/ /_/ // /| // /_/ / / ___ | /
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,