All Projects β†’ tofu-tf β†’ Tofu

tofu-tf / Tofu

Licence: apache-2.0
Functional programming toolbox

Programming Languages

scala
5932 projects
optics
23 projects

Projects that are alternatives of or similar to Tofu

Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (+91.46%)
Mutual labels:  hacktoberfest, functional-programming, effects
Zio
ZIO β€” A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+1027.05%)
Mutual labels:  concurrent, functional-programming, effects
React Native Network Logger
An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
Stars: ✭ 161 (-42.7%)
Mutual labels:  hacktoberfest, logging
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+649.82%)
Mutual labels:  hacktoberfest, logging
Yii2 Debug
Debug Extension for Yii 2
Stars: ✭ 179 (-36.3%)
Mutual labels:  hacktoberfest, logging
Documentation
Stars: ✭ 133 (-52.67%)
Mutual labels:  hacktoberfest, logging
Magick.net
The .NET library for ImageMagick
Stars: ✭ 2,071 (+637.01%)
Mutual labels:  hacktoberfest, effects
Nmf App
Understand and reduce your carbon footprint 🌱 iOS & Android.
Stars: ✭ 176 (-37.37%)
Mutual labels:  hacktoberfest, functional-programming
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-58.36%)
Mutual labels:  hacktoberfest, logging
Nef
πŸ’Š steroids for Xcode Playgrounds
Stars: ✭ 226 (-19.57%)
Mutual labels:  hacktoberfest, functional-programming
Nix 1p
A (more or less) one page introduction to Nix, the language.
Stars: ✭ 219 (-22.06%)
Mutual labels:  hacktoberfest, functional-programming
Log Fake
A drop in fake logger for testing with the Laravel framework.
Stars: ✭ 254 (-9.61%)
Mutual labels:  hacktoberfest, logging
Cls Proxify
Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.
Stars: ✭ 132 (-53.02%)
Mutual labels:  hacktoberfest, logging
Returns
Make your functions return something meaningful, typed, and safe!
Stars: ✭ 2,015 (+617.08%)
Mutual labels:  hacktoberfest, functional-programming
Munus
Power of object-oriented programming with the elegance of functional programming in PHP.
Stars: ✭ 149 (-46.98%)
Mutual labels:  hacktoberfest, functional-programming
Codezilla
⚑️ codezilla ⚑️ One giant πŸ¦– collection of algorithms & design patterns.
Stars: ✭ 127 (-54.8%)
Mutual labels:  hacktoberfest, functional-programming
Loki
Like Prometheus, but for logs.
Stars: ✭ 14,483 (+5054.09%)
Mutual labels:  hacktoberfest, logging
Dynaconf
Configuration Management for Python βš™
Stars: ✭ 2,082 (+640.93%)
Mutual labels:  hacktoberfest, config
Cyclejs
A functional and reactive JavaScript framework for predictable code
Stars: ✭ 9,996 (+3457.3%)
Mutual labels:  hacktoberfest, functional-programming
Potigol
Linguagem Potigol - Linguagem de programação funcional moderna para iniciantes - A Functional Programming Language for Beginners
Stars: ✭ 179 (-36.3%)
Mutual labels:  hacktoberfest, functional-programming

ToFu

Build & Release Maven Central Discord Chat Scala Steward badge

Functional programming toolkit aimed at taming the complexity of Tagless Final approach.

Quick Start

see the docs on the microsite

To use the whole utils pack just add to your build.sbt:

libraryDependencies += "tf.tofu" %% "tofu" % "latest version in badge"

Of course, you can also specify an exact list of tofu modules that you want to add to your dependencies (used in place of "tofu"):

  • tofu-core for core utils
    • tofu-core-cats-mtl for interop between tofu-core and Cats MTL
  • tofu-core-higher-kind for higher kinded utils
  • tofu-concurrent for concurrent utils
  • tofu-config for config utils
  • tofu-data for data utils
  • tofu-derivation for derivation utils and derevo annotations
  • tofu-doobie for Doobie utils
  • tofu-enums for Enumeratum utils
  • tofu-env for Env (a variation of a Reader Monad based on Monix Task)
  • tofu-fs2-interop for interop with fs2
  • tofu-streams for streaming utils
  • tofu-logging for the whole set of logging utils (derivation, layout, structured, util, interop)
    • tofu-logging-derivation for logging derivation only
    • tofu-logging-layout for logging layout only
    • tofu-logging-structured for logging structured only
    • tofu-logging-util for logging util only
    • tofu-logging-refined for interop between tofu-logging and Refined
    • tofu-logging-shapeless for interop between tofu-logging and Shapeless tag
    • tofu-logging-log4cats for interop with Log4Cats
  • tofu-memo for caching utils
  • tofu-observable for monix.reactive.Observable utils
  • tofu-optics-core for optics core (Optics typeclasses)
  • tofu-optics-interop for optics interop with Monocle
  • tofu-optics-macro for macro optics generators
  • tofu-zio-interop for interop with ZIO (core, logging)
    • tofu-zio-core for ZIO instances only
    • tofu-zio-logging for ZIO logging only

Adopters

Proud user of ToFu? Feel free to add your company!

Raiffeisen Bank Russia

Risk Management Solutions

Contributing

Please note we use the following labels for automated release descriptions:

  • chore if your PR does not change any types and runtime semantics
  • fix if your PR merely fixes incorrect behavior

Formatting

We have an automated check for style conformance. You can run sbt checkfmt before PR. If you have any trouble during this check, just run sbt fmt and commit again.

Copyright

Copyright the maintainers, 2019-2021

Logos made with love by @impurepics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].