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.
sugar/README.md

27 lines
758 B
Markdown

## Sugar ![Build Status](https://github.com/mbutterick/sugar/workflows/CI/badge.svg)
10 years ago
9 years ago
Functions that improve the readability of Racket code in Racket 6.0+.
10 years ago
9 years ago
Install from the command line like so:
10 years ago
raco pkg install sugar
9 years ago
Then require it in your Racket file, in standard mode:
10 years ago
9 years ago
(require sugar)
In safe mode (with contracts):
(require (submod sugar safe))
You can [read the docs here](http://pkg-build.racket-lang.org/doc/sugar).
4 years ago
3 years ago
## 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.