tpolecat / dogs

data structures for pure functional programming in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogs

Join the chat at https://gitter.im/stew/dogs Build Status codecov.io Maven Central

It intends to be a library containing data structures which facilitate pure functional programming in the Scala programming language. Some of these are replacements for structures already present in the Scala standard library, but with improvements in safety, some are data structures for which there is no analogue in the Scala standard library.

Getting Started

Dogs is currently available for Scala 2.12.

To get started with SBT, simply add the following to your build.sbt file:

libraryDependencies += "org.typelevel" %% "dogs-core" % "0.5.2"

CONTRIBUTING

Contributions in all forms (including discussion, suggestions, bug reports, usage reports, pull requests, patches, etc) are welcome and encouraged from everyone!

The dogs project demands that all activities surrounding the project follow the Typelevel Code of Conduct. If you witness any behavior from any individual which you feel might be harmful in any way or might not be a violation of the code of conduct, please speak up. Please contact any individual named in the Typelevel Code of Conduct so that it can be addressed as soon as possible.

About

data structures for pure functional programming in scala

License:Other


Languages

Language:Scala 99.8%Language:Shell 0.2%