Racket Racket is a mature and stable product From the beginning, it has supported cross-platform graphical programming (Windows, macOS, Linux)
Racket Documentation This is an installation-specific listing Running raco docs (or Racket Documentation on Windows or Mac OS) may open a different page with local and user-specific documentation, including documentation for installed packages
The Racket Guide 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
Download Racket Racket may also be available through your distribution's package manager, although it may be older than the latest Racket version After downloading the installer file, run it with to install, possibly adding sudo to the start of the command to install to a location that requires administrator access
Racket: All Versions Browse and download all versions of Racket, a versatile programming language, from this comprehensive archive
Quick: An Introduction to Racket with Pictures For experienced programmers, to continue touring Racket from a systems-oriented perspective instead of pictures, your next stop is More: Systems Programming with Racket To instead start learning about the full Racket language and tools in depth, move on to The Racket Guide
2. 2 Simple Definitions and Expressions - Racket Racket’s syntax for identifiers is especially liberal Excluding the special characters Identifiers and Binding (later in this guide) explains more about identifiers ( ) [ ] { } " , ' ` ; # | \ and except for the sequences of characters that make number constants, almost any sequence of non-whitespace characters forms an ‹id› For example substring is an identifier Also, string-append
Getting Started - Racket Getting Started 🔗 ℹ To get started with Racket, download it from the web page and install it If you are a beginner or would like to use a graphical environment to run programs, run the DrRacket executable If you prefer, you can also work with your favorite text editor (see Command-Line Tools and Your Editor of Choice)