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