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 809b7435b7 untype 9 years ago
scribblings untype 9 years ago
test untype 9 years ago
.gitignore fix some things in debug.rkt 9 years ago
.travis.yml Update .travis.yml 9 years ago
LICENSE Initial commit 10 years ago
README.md untype 9 years ago
cache.rkt untype 9 years ago
coerce.rkt untype 9 years ago
container.rkt untype 9 years ago
debug.rkt untype 9 years ago
define.rkt untype 9 years ago
file.rkt untype 9 years ago
include.rkt untype 9 years ago
info.rkt untype 9 years ago
len.rkt untype 9 years ago
list.rkt untype 9 years ago
main.rkt untype 9 years ago
misc.rkt untype 9 years ago
string.rkt untype 9 years ago
test.rkt untype 9 years ago
xml.rkt untype 9 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))

You can read the docs here.