bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] ⎕FIO


From: Blake McBride
Subject: Re: [Bug-apl] ⎕FIO
Date: Fri, 29 Jan 2016 07:26:14 -0600

I like.  Thanks!

Blake

On Thu, Jan 28, 2016 at 6:22 AM, Juergen Sauermann <address@hidden> wrote:
Hello,

due to the problems with building DLLs under Windows, I have converted the
native function FILE_IO of GNU APL into  a new system function ⎕FIO.

⎕FIO is used exactly like FILE_IO, except that it cannot (and does not have to) be ⎕SVO'ed
beforehand.

The old FILE_IO native function is still present (and will be for a while) for backward compatibility.
The FILE_IO code has been  moved to ⎕FIO code, and FILE_IO is now merely a wrapper to the ⎕FIO code.
As a consequence, files opened with ⎕FIO are visible by FILE_IO and vice versa. A subtle difference between
⎕FIO and FILE_IO is that )CLEAR and friends close all files opened by ⎕FIO or FILE_IO.

The wslib5/FILE_IO.apl workspace has been updated to use ⎕FIO. If you use to )COPY that  workspace
instead of using FILE_IO directly, then everything remains as is.

/// Jürgen


reply via email to

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