All Projects → mbutterick → sugar

mbutterick / sugar

Licence: MIT license
moved to https://git.matthewbutterick.com/mbutterick/sugar

Programming Languages

racket
414 projects

Labels

Projects that are alternatives of or similar to sugar

transmute
kind of like lodash but works with Immutable
Stars: ✭ 35 (+84.21%)
Mutual labels:  utilities
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (+31.58%)
Mutual labels:  utilities
SacredUtils
Configuration utility for Sacred & Sacred Underworld with Material Design. Abandoned 05/07/2020.
Stars: ✭ 27 (+42.11%)
Mutual labels:  utilities
tcpview
TcpView For Linux
Stars: ✭ 62 (+226.32%)
Mutual labels:  utilities
vade-mecum-shelf
Collection of vade mecum-like utilities wrapped into one single app, built with Electron.
Stars: ✭ 33 (+73.68%)
Mutual labels:  utilities
dart-more
More Dart — Literally.
Stars: ✭ 81 (+326.32%)
Mutual labels:  utilities
Lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
Stars: ✭ 51,659 (+271789.47%)
Mutual labels:  utilities
tsafe
🔩 The missing TypeScript utils
Stars: ✭ 285 (+1400%)
Mutual labels:  utilities
JEval
⚡ JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing. All contributions welcome 🙏.
Stars: ✭ 28 (+47.37%)
Mutual labels:  utilities
roku-libs
Compilation of utilities for Roku development
Stars: ✭ 47 (+147.37%)
Mutual labels:  utilities
utilities
This repository contains tools used by 401trg.
Stars: ✭ 19 (+0%)
Mutual labels:  utilities
linux-server-administration-scripts
Simple bash administration scripts for Linux to make your life easier.
Stars: ✭ 47 (+147.37%)
Mutual labels:  utilities
timelite
String date and time utilities 🕙
Stars: ✭ 17 (-10.53%)
Mutual labels:  utilities
dotfiles
.foos for foos & more
Stars: ✭ 21 (+10.53%)
Mutual labels:  utilities
rebellion
A collection of core libraries for Racket
Stars: ✭ 78 (+310.53%)
Mutual labels:  utilities
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+1042.11%)
Mutual labels:  utilities
pythonic
Python like utility functions for JavaScript: range, enumerate, zip and items.
Stars: ✭ 28 (+47.37%)
Mutual labels:  utilities
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (+36.84%)
Mutual labels:  utilities
JimmysUnityUtilities
A bunch of code I like to have on hand while working in Unity
Stars: ✭ 93 (+389.47%)
Mutual labels:  utilities
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (+21.05%)
Mutual labels:  utilities

Sugar Build Status

Functions that improve the readability of Racket code in Racket 6.0+.

Install from the command line like so:

raco pkg install sugar

Then require it in your Racket file, in standard mode:

(require sugar)

In safe mode (with contracts):

(require (submod sugar safe))

You can read the docs here.

License

MIT

Project status

Complete. Maintained but no improvements planned. I don’t disavow this code, exactly, and I maintain other projects that rely on it. But it arises from a more naive era of personal Racketeering. I would not necessarily recommend taking inspiration from the code herein.

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