Hi,
I believe the dyadic ⍕ with character left argument (called *Format by
Example* in IBM APL2) is
more powerful than ⎕FMT (which is a bit too FORTRAN-like for my taste)
and is already
implemented in GNU APL.
And then we have good old printf() in FILE_IO.
/// Jürgen
On 05/29/2014 04:33 PM, Elias Mårtenson wrote:
Would it make sense to implement Dyalog's ⎕FMT function? It should
actually be possible to mostly implement it in pure APL. Or, we could
implement something better (i.e. easier to use). It's definitely
something that would be useful in a generic library.
Regards,
Elias