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 93d6c3d693 Update info.rkt 9 years ago
scribblings improve sugar/include 9 years ago
test rename a test file 9 years ago
.gitignore omit doc directory 10 years ago
.travis.yml Add 'typed' branch to Travis 9 years ago
LICENSE Initial commit 10 years ago
README.md Travis badge for master branch 9 years ago
cache.rkt add contract to make-caching-proc 10 years ago
coerce.rkt fix ->list for integers; add coerce/list contract 10 years ago
container.rkt use in- iterators 10 years ago
debug.rkt add report-apply 10 years ago
define.rkt update sugar/coerce & docs 10 years ago
file.rkt make extensions into strings 10 years ago
include.rkt shift some `requires` 9 years ago
info.rkt Update info.rkt 9 years ago
len.rkt update sugar/len 10 years ago
list.rkt add `slicef-after` 9 years ago
main.rkt add sugar/include 9 years ago
misc.rkt update sugar/list 10 years ago
string.rkt update sugar/string & docs 10 years ago
xml.rkt add sugar/xml 9 years ago

README.md

Sugar Build Status

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.