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.
Matthew Butterick aaf3d8fe53 | 9 years ago | |
---|---|---|
scribblings | 9 years ago | |
test | 9 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 9 years ago | |
LICENSE | 11 years ago | |
README.md | 9 years ago | |
cache.rkt | 9 years ago | |
coerce.rkt | 9 years ago | |
container.rkt | 9 years ago | |
debug.rkt | 9 years ago | |
define.rkt | 9 years ago | |
file.rkt | 9 years ago | |
include.rkt | 9 years ago | |
info.rkt | 9 years ago | |
len.rkt | 9 years ago | |
list.rkt | 9 years ago | |
main.rkt | 9 years ago | |
misc.rkt | 9 years ago | |
string.rkt | 9 years ago | |
test.rkt | 9 years ago | |
xml.rkt | 9 years ago |
README.md
Sugar
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.