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.
19 lines
490 B
Markdown
19 lines
490 B
Markdown
Sugar [![Build Status](https://travis-ci.org/mbutterick/sugar.svg?branch=master)](https://travis-ci.org/mbutterick/sugar)
|
|
-----
|
|
|
|
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](http://pkg-build.racket-lang.org/doc/sugar).
|