Version: 5.0
Guide: Racket
This guide is intended for programmers who are new to Racket or new to some part of Racket. It assumes programming experience, so if you are new to programming, consider instead reading How to Design Programs. If you want an especially quick introduction to Racket, start with Quick: An Introduction to Racket with Pictures.
Chapter 2 provides a brief introduction to Racket. From Chapter 3 on, this guide dives into details – covering much of the Racket toolbox, but leaving precise details to Reference: Racket and other reference manuals.
4.6.5 Multiple Values: let-values, let*-values, letrec-values |