-
Notifications
You must be signed in to change notification settings - Fork 50
Home
Ondřej Španěl edited this page Mar 22, 2016
·
11 revisions
Welcome to the scala-arm project! This project aims to provide Automatic-Resource-Management via a robust library with an easy-to-use interface. The project aims to support 80% of ARM-related use cases, along with allowing customisation for the remaining cases. The library uses a lot of advanced features behind the scenes to “do the right thing” for users. Some of the method signatures may seem strange to users new to scala, so we recommend checking out the basic usage description.
Links:
- Basic Usage
- Resource Type Class
- Mechanics of map and flatMap
- Delimited Continuations and ARM
- SocketExample
- Scaladoc API
- Browsable Source
You can find the library on the scala-tools.org maven repository.
groupId: com.jsuereth
artifactId: scala-arm_${scala-version}
version: 1.4
For SBT:
libraryDependencies += "com.jsuereth" %% "scala-arm" % "1.4"