Changeset 39543 in project
- Timestamp:
- 01/28/21 20:27:38 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Getting started
r39541 r39543 95 95 Scheme cognoscenti will appreciate the method of compilation and the 96 96 design of the runtime-system, which follow closely Henry Baker's 97 [[http ://home.pipeline.com/~hbaker1/CheneyMTA.html|CONS Should Not97 [[https://web.archive.org/web/20200223051632/http://home.pipeline.com/~hbaker1/CheneyMTA.html|CONS Should Not 98 98 CONS Its Arguments, Part II: Cheney on the M.T.A.]] paper and expose a 99 99 number of interesting properties. … … 188 188 installable from the App Store. 189 189 * On Windows, you have three choices: 190 * Cygwin ([[http ://sourceware.org/cygwin/]]) provides a relatively190 * Cygwin ([[https://www.cygwin.com/]]) provides a relatively 191 191 full-featured Unix environment for Windows. CHICKEN works 192 192 substantially the same in Cygwin and Unix. 193 193 * The GNU Compiler Collection has been ported to Windows, in the 194 MinGW system ([[http://mingw .sourceforge.net]]). Unlike Cygwin,194 MinGW system ([[http://mingw-w64.org/]]). Unlike Cygwin, 195 195 executables produced with MinGW do not need the Cygwin DLLs in order 196 196 to run. MSYS is a companion package to MinGW; it provides a minimum … … 219 219 window (Windows: Command Prompt, OSX: Terminal, Linux/Unix: xterm) for 220 220 using the interpreter and/or invoking the compiler. If you install one 221 of the line editing extensions (e.g., [[/egg/breadline|breadline]], 222 [[/egg/parley|parley]], [[/egg/linenoise|linenoise]]), you have some 221 of the line editing extensions (e.g., [[/egg/breadline|breadline]], [[/egg/linenoise|linenoise]]), you have some 223 222 useful command line editing features in the interpreter (e.g., Emacs 224 223 or vi-compatible line editing, customization).
Note: See TracChangeset
for help on using the changeset viewer.