Functions that improve the readability of (my) Racket code
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Matthew Butterick 24912198d6 Merge pull request #3 from AlexKnauth/fix
fix some things in debug.rkt
9 years ago
sugar improve `sugar-test` 10 years ago
typed fix some things in debug.rkt 9 years ago
.gitignore fix some things in debug.rkt 9 years ago
.travis.yml Update .travis.yml 10 years ago
LICENSE Initial commit 11 years ago
README.md Update README.md 10 years ago
info.rkt update build dependency 10 years ago

README.md

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))

Or in typed mode:

(require typed/sugar)

You can read the docs here.