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 ea446cfcf5 omit doc directory 10 years ago
doc add slice-at, slicef-at 10 years ago
scribblings add slice-at, slicef-at 10 years ago
.gitignore omit doc directory 10 years ago
LICENSE Initial commit 10 years ago
README.md Update README.md 10 years ago
coerce.rkt update sugar/coerce & docs 10 years ago
container.rkt use in- iterators 10 years ago
debug.rkt update debug 10 years ago
define.rkt update sugar/coerce & docs 10 years ago
file.rkt make extensions into strings 10 years ago
info.rkt add 6.0 dependence 10 years ago
len.rkt update sugar/len 10 years ago
list.rkt use in- iterators 10 years ago
main.rkt update sugar/list with values->list 10 years ago
misc.rkt update sugar/list 10 years ago
string.rkt update sugar/string & docs 10 years ago
tests.rkt add slice-at, slicef-at 10 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.