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 c90834b77a
Update README.md
3 years ago
.github/workflows switch from Travis to GH actions 3 years ago
sugar undebug 5 years ago
.gitignore fix some things in debug.rkt 9 years ago
LICENSE.md MIT license 4 years ago
README.md Update README.md 3 years ago
info.rkt add `shift-left`, `shift-cycle`, `shift-left-cycle` 7 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.

License

MIT

Project status

Complete. Maintained but no improvements planned. I dont disavow this code, exactly, and I maintain other projects that rely on it. But it arises from a more naive era of personal Racketeering. I would not necessarily recommend taking inspiration from the code herein.