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/scribblings/sugar.scrbl

35 lines
787 B
Racket

#lang scribble/manual
@(require scribble/eval (for-label racket sugar))
@(define my-eval (make-base-eval))
@(my-eval `(require sugar))
@title{Sugar: readability & convenience library}
@author[(author+email "Matthew Butterick" "mb@mbtype.com")]
A collection of tiny functions to help make Racket code more readable.
@section{Installation & updates}
At the command line:
@verbatim{raco pkg install sugar}
After that, you can update the package from the command line:
@verbatim{raco pkg update sugar}
@include-section["coerce.scrbl"]
@include-section["len.scrbl"]
@section{License & source code}
This module is licensed under the LGPL.
Source repository at @link["http://github.com/mbutterick/sugar"]{http://github.com/mbutterick/sugar}. Suggestions & corrections welcome.