tofu-tf / Tofu
Licence: apache-2.0
Functional programming toolbox
Stars: β 281
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
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
Functional programming toolkit aimed at taming the complexity of Tagless Final approach.
Quick Start
the docs on the microsite
seeTo 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 betweentofu-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
forEnv
(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
formonix.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!
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].