|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Performance problems when constructing large(ish) arrays |
Date: | Wed, 18 Jan 2017 14:46:41 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
Hi, as a start I have added ⎕FIO[49] in SVN 851. It reads an entire UTF8 encoded file and puts every line of the file into one nested Item of the result. Trailing CR and LF are being removed in the precess. Next step is to turn ⎕FIO[49] into an operator so that you can give it an APL function that converts every line into the desired result. Until then you can use it like: Z←CONVERT¨Z←⎕FIO[49] 'filename' /// Jürgen On 01/18/2017 11:17 AM, Elias Mårtenson
wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |