Minor errors in the quick tour

2023-03-15 Thread Mr. Brian B. McGuinness
These are a few things I noticed while glancing over the document: In section 3.1.2, the sequence \a is shown as evaluating to both NUL and BEL. Checking with quad AV, it appears that \0 will produce NUL and \a will produce BEL. In the table in section 3.4.9, the definition of equal has three

Re: Output variants for pick and index operators

2023-03-15 Thread Hans-Peter Sorge
Hi Jürgen, works as designed. I suppose the additional spaces will be handled gracefully in much more complex layouts. Display at least will provide the ultimate truth. Bets Regards Hans-Peter Am 15.03.23 um 14:43 schrieb Dr. Jürgen Sauermann: Hi Hans-Peter, see below. Note that *⌷* and

Re: Output variants for pick and index operators

2023-03-15 Thread Dr . Jürgen Sauermann
Hi Hans-Peter, see below. Note that ⌷ and ⊃ give different results in GNU APL and also in IBM APL2 (PC version). Best Regards, Jürgen On 3/14/23 10:12 PM, Hans-Peter Sorge wrote: Hi Jürgen, look

Re: fns creation using libapl (c code)

2023-03-15 Thread Dr . Jürgen Sauermann
enztec, some more explanation of what is, to the best of my knowledge, happening. If you build GNU APL as a full interpreter, then is essentially consists of two parts: an interactive frontend and a core interpreter: ┌─