diff --git a/new-racket-web/index.html b/new-racket-web/index.html index c5b71373ab..de2ec75d40 100644 --- a/new-racket-web/index.html +++ b/new-racket-web/index.html @@ -38,6 +38,9 @@
-#lang racket ;; Report each unique line from stdin @@ -214,25 +220,38 @@ documentation, so click on them for more information. Quickly
+
Draw more pictures or build a web server from scratch. Racket includes both batteries and a programming environment, so get started!
+Racket's +interactive mode +encourages experimentation, and quick scripts easily compose into +larger systems. Small scripts and large systems both benefit from +native-code JIT compilation. +When a system gets too big to keep in your head, you can add +static types.
+Extend Racket whenever you need to. +Mold it to better suit your tasks without sacrificing +interoperability with existing +libraries and without having to modify the +tool chain. When less is more, you can +remove parts of a language or start over and build a new one.
+Whether you're just starting out, want to know more about +programming language applications or models, +looking to expand your horizons, or ready to dive into +research, Racket can help you become a better programmer +and system builder.
+