This project aims to be the Scala Incubator project for Automatic-Resource-Management in the scala library
@Arty
to @Atry
in https://github.com/jsuereth/scala-arm/releases/tag/v2.0, please
try
s for closing resources. Could you tell me what you think? I understand that it's nicer to hide the closing of a resource from other resources, but I can't see any other way to do this other than using continuations. https://gist.github.com/anonymous/32e847129948b84e622e715cecd4ff6b
Hello, @jsuereth , I wonder if scala-arm can be turn into some kind of monad.
If it can be modeled as monad, we can use it with ThoughtWorks Each. The syntax will be very close to RAII in C++.