@link["http://beautifulracket.com"]{@italic{Beautiful Racket}} is a book about making programming languages with Racket.
@link["http://beautifulracket.com"]{@italic{Beautiful Racket}} is a book about making programming languages with Racket.
@ -20,13 +19,14 @@ This library provides the @tt{#lang br} teaching language used in the book, as w
This library is designed to smooth over some of the small idiosyncrasies and inconsistencies in Racket, so that those new to Racket are more likely to say ``ah, that makes sense'' rather than ``huh? what?''
This library is designed to smooth over some of the small idiosyncrasies and inconsistencies in Racket, so that those new to Racket are more likely to say ``ah, that makes sense'' rather than ``huh? what?''
@;{
@section{The @tt{br} language(s)}
@section{The @tt{br} language(s)}
@defmodulelang[br]
@defmodulelang[br]
@defmodulelang[br/quicklang]
@defmodulelang[br/quicklang]
}
@section{Conditionals}
@section{Conditionals}
@ -407,8 +407,10 @@ The generated @racket[read] function takes one argument, an input port. It calls