All Projects → weavejester → Medley

weavejester / Medley

Licence: epl-1.0
A lightweight library of useful Clojure functions

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Medley

postman-util-lib
🚀 A crypto utility library to be used from Postman Pre-request and Tests script tabs.
Stars: ✭ 42 (-93.25%)
Mutual labels:  utility-library
Gubrak
⚙️ Golang functional utility library with syntactic sugar. It's like lodash, but for Go
Stars: ✭ 329 (-47.11%)
Mutual labels:  utility-library
Prettytable
Display tabular data in a visually appealing ASCII table format
Stars: ✭ 410 (-34.08%)
Mutual labels:  utility-library
util
The util project, packed with common goodies.
Stars: ✭ 61 (-90.19%)
Mutual labels:  utility-library
go-tools
A utility tool library of Golang.
Stars: ✭ 44 (-92.93%)
Mutual labels:  utility-library
Jodd
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
Stars: ✭ 3,616 (+481.35%)
Mutual labels:  utility-library
generic-store-for-android
Generic Store & Cache for Android
Stars: ✭ 23 (-96.3%)
Mutual labels:  utility-library
Ubelt
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!
Stars: ✭ 561 (-9.81%)
Mutual labels:  utility-library
conductor
Mix both synchronous and asynchronous code without hassle
Stars: ✭ 58 (-90.68%)
Mutual labels:  utility-library
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (-33.76%)
Mutual labels:  utility-library
RxRealm
Utilities for using RxJava with Realm
Stars: ✭ 23 (-96.3%)
Mutual labels:  utility-library
envmnt
Environment variables utility functions.
Stars: ✭ 16 (-97.43%)
Mutual labels:  utility-library
Statusbarutil
Android沉浸式状态栏,支持状态栏渐变色,纯色, 全屏,亮光、暗色模式,适配android 4.4 -10.0机型,支持刘海屏,滴水屏
Stars: ✭ 373 (-40.03%)
Mutual labels:  utility-library
mogo
A collection of small DRY Go utilities to make life easier. DRY = Don't Repeat Yourself.
Stars: ✭ 19 (-96.95%)
Mutual labels:  utility-library
Fakeit
The Kotlin fake data generator library!
Stars: ✭ 482 (-22.51%)
Mutual labels:  utility-library
generic-oauth2-login-for-android
Generic OAuth2 login implementation for Facebook, Foursquare, Instagram, ...
Stars: ✭ 70 (-88.75%)
Mutual labels:  utility-library
Vueuse
Collection of essential Vue Composition Utilities for Vue 2 and 3
Stars: ✭ 7,290 (+1072.03%)
Mutual labels:  utility-library
Vue Use Web
🕸 Web APIs implemented as Vue.js composition functions
Stars: ✭ 603 (-3.05%)
Mutual labels:  utility-library
Sugar
A Javascript library for working with native objects.
Stars: ✭ 4,457 (+616.56%)
Mutual labels:  utility-library
Craig S Utility Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
Stars: ✭ 397 (-36.17%)
Mutual labels:  utility-library

Medley

Build Status

Medley is a lightweight Clojure/ClojureScript library of useful, mostly pure functions that are "missing" from clojure.core.

Medley has a tighter focus than flatland/useful or Plumbing, and limits itself to a small set of general-purpose functions.

Installation

To install, add the following to your project :dependencies:

[medley "1.3.0"]

Breaking Changes

In 0.7.0 the minimum Clojure version was changed from 1.5.1 to 1.7.0 to take advantage of reader conditionals. The update function has also been removed, as it is now present in clojure.core.

In 0.6.0 the type signature of greatest and least was changed to be more like max and min in Clojure core. If you're upgrading from a version prior to 0.6.0, please update your usage of greatest and least.

Documentation

License

Copyright © 2019 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

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].