dartz 0.0.9 copy "dartz: ^0.0.9" to clipboard
dartz: ^0.0.9 copied to clipboard

outdatedDart 1 only

Functional Programming in Dart. Heavily inspired by scalaz (https://github.com/scalaz/scalaz).

dartz #

Functional programming in Dart

  • Type class hierarchy in the spirit of scalaz and the standard Haskell libraries
  • Immutable, persistent collections, including IVector, IList, IMap and ISet
  • Option, Either, State, Tuple, Free and other tools for programming in a functional style
  • Type class instances (Monoids, Traversable Functors, Monads and so on) for included types, as well as for several standard Dart types
Status
  • Super experimental and in a very early stage of development
  • dartz is based on concepts from Haskell and Scala. Since Dart lacks some important language/type system features present in those languages, there are several uglies in dartz owing to compromises between type safety and general usefulness
  • Several important type classes are missing
  • Some things are slow memory hogs, other things are lean and mean
  • Some things are stack safe, other things aren't
  • Some poor decisions have been made and might be corrected in the future (possibly through new poor decisions)
  • There might be a couple of bugs in there (gasp!!!)
License/Disclaimer

See LICENSE

1265
likes
0
pub points
99%
popularity

Publisher

unverified uploader

Functional Programming in Dart. Heavily inspired by scalaz (https://github.com/scalaz/scalaz).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dartz