GithubHelp home page GithubHelp logo

drruisseau / zio-prelude Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zio/zio-prelude

0.0 1.0 0.0 15.81 MB

A lightweight, distinctly Scala take on functional abstractions, with tight ZIO integration

Home Page: https://zio.dev/zio-prelude

License: Apache License 2.0

JavaScript 0.64% Scala 99.31% CSS 0.05%

zio-prelude's Introduction

ZIO Prelude

Project Stage CI Release Snapshot Discord
Project stage CI Release Artifacts Snapshot Artifacts Badge-Discord

Summary

ZIO Prelude is an alternative approach to functional abstractions in Scala, which throws out the classic functor hierarchy in favor of a modular algebraic approach that is smaller, easier to understand and teach, and more expressive.

ZIO Prelude has three key areas of focus:

  • Data structures, and type classes for traversing them. ZIO Prelude embraces the collections in the Scala standard library, and extends them with new instances and new useful additions.
  • Patterns of composition for types. ZIO Prelude provides a small catalog of patterns for binary operators, which combine two values into another value of the same type. These patterns are named after the algebraic laws they satisfy: associativity, commutativity, and identity.
  • Patterns of composition for type constructors. ZIO Prelude provides a catalog of patterns for binary operators on type constructors (things like Future, Option, ZIO Task). These patterns are named after the algebraic laws they satisfy (associativity, commutativity, and identity) and the structure they produce, whether a tuple or an either.

The library has a small research-stage package (zio.prelude.fx) that provides abstraction over expressive effect types like ZIO and ZPure.

Documentation

Learn more on the ZIO Prelude Microsite!

Contributing

Documentation for contributors

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

zio-prelude's People

Contributors

scala-steward avatar sideeffffect avatar adamgfraser avatar jdegoes avatar mijicd avatar renovate[bot] avatar kitlangton avatar landlockedsurfer avatar jaliss avatar lemastero avatar phderome avatar shankarshastri avatar mschuwalow avatar jorge-vasquez-2301 avatar vigoo avatar arnoldlacko avatar felher avatar ghostdogpr avatar kamalkang avatar bmarinovic avatar jorokr21 avatar michaelt293 avatar yisraelu avatar softinio avatar poslegm avatar guizmaii avatar virusdave avatar gurghet avatar simy4 avatar vinhhv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.