sugar

shortcuts for simplicity & readability


Keywords
sweet, racket, utilities
License
MIT

Documentation

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.