bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] planning of future features


From: Juergen Sauermann
Subject: Re: [Bug-apl] planning of future features
Date: Tue, 31 Mar 2015 17:59:12 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Fausto,

Dyalog ⎕SIGNAL seems to be ⎕ES in IBM APL2 and in GNU APL.

Dyalog ⎕FMT is a little too FORTRANish for my taste. However
dyadic ("Format by example") in IBM APL2 and in GNU APL
provide similar functionality (Dyalog also seems to have a dyadic , but
it looks less powerful).

Also, the FILE_IO native function in GNU APL gives you all the formatting
capabilities of printf() and friends in C/C++. See 'info apl'.

/// Jürgen


On 03/31/2015 04:34 PM, Fausto Saporito wrote:
Hello,

I'm trying to convert an old workspace (designed I suppose for Dyalog
APL) related to multi precision arithmetic operation.
It uses these non standard feature:

1) quad-D
2) quad-FMT
3) quad-SIGNAL

The first one is quite trivial, the other two are more complex.

Is there any way to replicate them (2 and 3) with GNU APL ?

thanks,
Fausto




reply via email to

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