The Racket repository
![]() queue-callback / execute callback dance; also, change the behavior a little bit so that it works a little bit more like the rest of the DrRacket languages; in particular, the initialization of the REPL now only happens when a window is first opened or a new tab is first created, but not at other times (ie not when the language changes; when the language changes, we just keep the REPL state the same and show a warning like before) This change also required a change to the way the repl is initialized and a slight change to the behavior of the first-opened method. Specifically, it is now called in a slightly better context so that errors that happen look like errors in the user's program. The only other use of the first-opened method in the tree was to initialize the teachpacks in the teaching languages and this new behavior is also an improvement there. |
||
---|---|---|
collects | ||
doc | ||
man/man1 | ||
src | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
README |
The Racket programming language =============================== Important executables: * DrRacket: Racket's integrated development environment (start here!). * Racket: the main command-line entry point for running racket programs and scripts. * GRacket: the GUI-enabled Racket executable. * raco: Racket's command-line toolset. More Information ---------------- Racket comes with extensive documentation: use DrRacket's `Help' menu, or run `raco docs'. Also, visit us at http://racket-lang.org/ for more Racket resources. Instructions for building Racket from source are in src/README. License ------- Racket Copyright (c) 2010 PLT Scheme Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This means that you can link Racket into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify Racket; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software. See doc/release-notes/COPYING.LIB for more information.