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 5a34091e74 update docs 11 years ago
doc update docs 11 years ago
scribblings update docs 11 years ago
.gitignore allow doc directory 11 years ago
LICENSE Initial commit 11 years ago
README.md update readme 11 years ago
coerce.rkt update sugar/coerce & docs 11 years ago
container.rkt allow doc directory 11 years ago
debug.rkt update debug 11 years ago
define.rkt update sugar/coerce & docs 11 years ago
file.rkt update sugar/file & docs 11 years ago
info.rkt add 6.0 dependence 11 years ago
len.rkt update sugar/len 11 years ago
list.rkt update sugar/list with values->list 11 years ago
main.rkt update sugar/list with values->list 11 years ago
misc.rkt update sugar/list 11 years ago
string.rkt update sugar/string & docs 11 years ago
tests.rkt delete sugar/tree 11 years ago

README.md

Sugar

Functions that improve the readability of Racket code.

Using Racket 6.0+, install from the command line like so:

raco pkg install sugar

And update like so:

raco pkg update sugar

You can read the docs here.