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
lijunsong bc95ce269e fix #16 remove-ext doesn't work.
The problem was remove-ext (and remove-ext*) function checked the given
path for hidden files. This fix lets remove-ext check file name of the
given path.
8 years ago
sugar fix #16 remove-ext doesn't work. 8 years ago
.gitignore fix some things in debug.rkt 9 years ago
.travis.yml test 6.4 8 years ago
LGPL.txt adjust license 8 years ago
LICENSE adjust license 8 years ago
README.md untype 9 years ago
info.rkt missing dep 8 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.