Changeset 13625 in project
- Timestamp:
- 03/09/09 21:59:52 (12 years ago)
- Location:
- wiki
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/Getting started
r11373 r13625 192 192 current version of the User's manual, along with various tutorials and 193 193 other useful documents. The list of eggs is at 194 [[http://chicken.wiki.br/Eggs%20Unlimited %203]].194 [[http://chicken.wiki.br/Eggs%20Unlimited]]. 195 195 196 196 A very useful search facility for questions about Chicken is found at … … 260 260 window (Windows: Command Prompt, OSX: Terminal, Linux/Unix: xterm) for 261 261 using the interpreter and/or calling the compiler. If you 262 [[ http://chicken.wiki.br/readline|install the {{readline}} egg]], you262 [[/egg/readline|install the {{readline}} egg]], you 263 263 have all the benefits of command history in the interpreter, Emacs or 264 264 vi-compatible line editing, and customization. -
wiki/periodic-tasks
r12170 r13625 27 27 === Dependencies graphs generation 28 28 29 The generation of [[http://chicken.wiki.br/dep-graphs|dependencies graphs]] is done with the same frequency as automatic upload of eggs to call/cc.org, based on data from the official chicken eggs repository (http://www.call-with-current-continuation.org/eggs/repository). [[ nest-tool]] is used to generate the graphics.29 The generation of [[http://chicken.wiki.br/dep-graphs|dependencies graphs]] is done with the same frequency as automatic upload of eggs to call/cc.org, based on data from the official chicken eggs repository (http://www.call-with-current-continuation.org/eggs/repository). [[egg/nest-tool]] is used to generate the graphics.
Note: See TracChangeset
for help on using the changeset viewer.