All Projects → japgolly → microlibs-scala

japgolly / microlibs-scala

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to microlibs-scala

You Dont Need Loops
Avoid The One-off Problem, Infinite Loops, Statefulness and Hidden intent.
Stars: ✭ 599 (+2395.83%)
Mutual labels:  fp, recursion
Glom
☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
Stars: ✭ 1,341 (+5487.5%)
Mutual labels:  utilities, recursion
Pratica
🥃 Functional Algebraic Data Types
Stars: ✭ 246 (+925%)
Mutual labels:  utilities, fp
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (+8.33%)
Mutual labels:  utilities
lintje
Lintje is an opinionated linter for Git.
Stars: ✭ 25 (+4.17%)
Mutual labels:  utilities
shouko
Xpand the feature set of your Android!
Stars: ✭ 118 (+391.67%)
Mutual labels:  utilities
kitty-theme-changer
Obsolete: use "kitty +kittens themes"
Stars: ✭ 26 (+8.33%)
Mutual labels:  utilities
Functor
Mappable objects
Stars: ✭ 20 (-16.67%)
Mutual labels:  fp
ftor
ftor enables ML-like type-directed, functional programming with Javascript including reasonable debugging.
Stars: ✭ 44 (+83.33%)
Mutual labels:  recursion
tamer
Standalone alternatives to Kafka Connect Connectors
Stars: ✭ 42 (+75%)
Mutual labels:  fp
xUnwind
🔥 xUnwind is a collection of Android native stack unwinding solutions.
Stars: ✭ 127 (+429.17%)
Mutual labels:  fp
langua
A suite of language tools
Stars: ✭ 29 (+20.83%)
Mutual labels:  derivation
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (+0%)
Mutual labels:  utilities
sugar
moved to https://git.matthewbutterick.com/mbutterick/sugar
Stars: ✭ 19 (-20.83%)
Mutual labels:  utilities
language-benchmarks
A simple benchmark system for compiled and interpreted languages.
Stars: ✭ 21 (-12.5%)
Mutual labels:  recursion
tsafe
🔩 The missing TypeScript utils
Stars: ✭ 285 (+1087.5%)
Mutual labels:  utilities
infinistack
Infinite recursion in JS without stack overflow errors, based on magic 🎩✨🐇
Stars: ✭ 24 (+0%)
Mutual labels:  recursion
AutoScreenshot
Automatic screenshot maker for Windows
Stars: ✭ 49 (+104.17%)
Mutual labels:  utilities
elixir-utilities-web
Utilties for the Developer. Regex, HTTP echo. Diffing
Stars: ✭ 36 (+50%)
Mutual labels:  utilities
table2ascii
Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord
Stars: ✭ 31 (+29.17%)
Mutual labels:  utilities

Microlibraries!

Build Status Latest Version

val VerMicrolibs = "2.x"

"com.github.japgolly.microlibs" %%% "adt-macros"   % VerMicrolibs
"com.github.japgolly.microlibs" %%% "cats-ext"     % VerMicrolibs
"com.github.japgolly.microlibs" %%% "compile-time" % VerMicrolibs
"com.github.japgolly.microlibs" %%% "disjunction"  % VerMicrolibs
"com.github.japgolly.microlibs" %%% "multimap"     % VerMicrolibs
"com.github.japgolly.microlibs" %%% "name-fn"      % VerMicrolibs
"com.github.japgolly.microlibs" %%% "nonempty"     % VerMicrolibs
"com.github.japgolly.microlibs" %%% "recursion"    % VerMicrolibs
"com.github.japgolly.microlibs" %%% "stdlib-ext"   % VerMicrolibs
"com.github.japgolly.microlibs" %%% "test-util"    % VerMicrolibs % Test
"com.github.japgolly.microlibs" %%% "types"        % VerMicrolibs
"com.github.japgolly.microlibs" %%% "utils"        % VerMicrolibs
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].