bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Common IO operations


From: Elias Mårtenson
Subject: [Bug-apl] Common IO operations
Date: Sun, 9 Mar 2014 22:58:53 +0800

A common need that I have is to be able to easily read and write data from/to files. For me, this data is usually in CSV form.

Up until now, I've loaded them into Emacs and used my tools to push the tabular data into variables. However, it would be nicer to have something native in GNU APL itself.

I've been thinking of writing a library of functions using the file_io native library as the underlying mechanism.

How do other APL's handle this? I've seen the TIE stuff in Dyalog and Nars, and they seem painful to use.

Regards,
Elias

reply via email to

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