Changeset 15309 in project
- Timestamp:
- 08/03/09 12:12:27 (12 years ago)
- Location:
- wiki
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/index
r14743 r15309 30 30 31 31 ; [[Tutorials]] : Tutorials about all things CHICKEN! 32 ; [[man ual/index|The User's Manual]] : How to use it and reference manual32 ; [[man/4/The User's Manual|The User's Manual]] : How to use it and reference manual 33 33 ; [[Eggs]] : Information about CHICKEN extension-libraries (eggs) 34 34 ; [[Tips and tricks]] : Some handy tips -
wiki/man/4/Getting started
r15302 r15309 113 113 114 114 * SRFIs 0, 1, 2, 4, 6-19, 23, 25-31, 37-40, 42, 43, 45, 47, 55, 57, 115 60-63, 66, 69, 72, 78, 85 and 95.115 60-63, 66, 69, 72, 78, 85, 95 and 98. 116 116 * Lightweight threads based on first-class continuations 117 117 * Pattern matching with Andrew Wright's {{match}} package … … 128 128 Chicken has been used in many environments ranging from embedded 129 129 systems through desktop machines to large-scale server deployments. 130 The number of language extensions, or '''eggs''', will soon reach 400, 131 including 130 The number of language extensions, or '''eggs''', is constantly growing. 132 131 133 132 * extended language features -
wiki/man/4/Using the compiler
r15301 r15309 7 7 dependent makefiles, shell-scripts or batch-files should perform 8 8 any necessary steps before and after invocation of {{chicken}}. 9 A program named {{csc}} provides a m uch simpler9 A program named {{csc}} provides a more convenient and concise 10 10 interface to the Scheme- and C-compilers and linker. Enter 11 11
Note: See TracChangeset
for help on using the changeset viewer.