Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f45569c9 | 2022-08-11 17:08:14 | Update to racket 8.6. | ||
| 0257c946 | 2016-01-08 20:12:01 | Add the new "no_jit" flavor. Unbreak racket on powerpc. Help and "looks good to me" sthen@. | ||
| 82f9e7e6 | 2015-07-16 00:26:20 | Do not hardcode /usr/local. Remove bogus blank lines. | ||
| 1b51d91b | 2015-07-16 00:20:53 | Tests, help with the README file and OK jturner@. Racket is a multi-paradigm programming language in the Lisp/Scheme family, that also serves as a platform for language creation, design, and implementation. The primary components of Racket platform are: - The implementation of Racket (including a rich run-time system, various libraries, JIT compiler, and more). - pkg.racket-lang.org, Racket's web-based package distribution system for user-contributed packages. - raco, command line tool for finding documentation, compiling Racket source to bytecode, packaging executables, packaging installable archives, and installing packages from remote servers. |