- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
What's the state of IO in Scala?
Hello people, i've to start a heavy I/O app in Scala. What should i
use? The Scala implementation, the Java inherited one, or something
else??
Thanks!










Re: What's the state of IO in Scala?
The main reason to use the Scala-io library is because it is much higher level, and handlings opening and closing resources as well as a filesystem API that is similar to the Java 7 API (with a few niceties).
The glaring TODO is the Async support which, now that I have done the processing API, I am ready to address.
So Java API or scala... Maybe both at times depending on your requirements.
Jesse
On Sat, Feb 18, 2012 at 1:06 PM, Santiago Basulto <santiago [dot] basulto [at] gmail [dot] com> wrote: