I want to be able to read and write files, etc. How can I do this?

link|improve this question

Ops, I wrote an answer for Java :D Sorry – Khanser Jun 21 '10 at 19:55
feedback

1 Answer

up vote 3 down vote accepted

Check out Chapter 28: Data Files of Learning J.

I found several other learning resources on J Software's Getting Started page.

link|improve this answer
2  
They say to do this in the link Bill provided, but it's important to remember that a filename needs to be boxed before you can use it to import data in J. The first few times I tried file I/O, I had to re-discover that fact after an extended period of fussing. – estanford Jun 26 '10 at 10:57
Using the files library is usually the best workaround to avoid having to remember such nasty little requirements. – MPelletier Jul 20 '10 at 19:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.