Changeset 35613 in project
- Timestamp:
- 06/20/18 19:58:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/porting-c4-to-c5
r35602 r35613 7 7 8 8 If you prefer to first fix the egg's compilation infrastructure, 9 scroll down to the [[ section on egg (re-)packaging|#Re-packaging eggs]],9 scroll down to the [[#Re-packaging eggs|section on egg (re-)packaging]], 10 10 then go back up and take care of your code afterwards. 11 11 … … 24 24 proceeding: 25 25 26 - [[ srfi-1|/eggref/5/srfi-1]]27 - [[ srfi-13|/eggref/5/srfi-13]]28 - [[ srfi-14|/eggref/5/srfi-14]]29 - [[ srfi-18|/eggref/5/srfi-18]]30 - [[ srfi-69|/eggref/5/srfi-69]]26 - [[/eggref/5/srfi-1|srfi-1]] 27 - [[/eggref/5/srfi-13|srfi-13]] 28 - [[/eggref/5/srfi-14|srfi-14]] 29 - [[/eggref/5/srfi-18|srfi-18]] 30 - [[/eggref/5/srfi-69|srfi-69]] 31 31 32 32 Some other procedures have also been moved into eggs, but we'll deal … … 57 57 eggs: 58 58 59 - [[ compile-file|/eggref/5/compile-file]]60 - [[ scan-input-lines|/eggref/5/scan-input-lines]]59 - [[/eggref/5/compile-file|compile-file]] 60 - [[/eggref/5/scan-input-lines|scan-input-lines]] 61 61 62 62 Some procedures from "lolevel" have been moved into an 63 [[ object-evict|/eggref/5/object-evict]] egg:63 [[/eggref/5/object-evict|object-evict]] egg: 64 64 65 65 - {{object-evict}} … … 71 71 72 72 The following procedures from {{data-structures}} have been moved to 73 the [[ queue|/eggref/5/queue]] egg:73 the [[/eggref/5/queue|queue]] egg: 74 74 75 75 - {{list->queue}} … … 86 86 - {{queue-push-back-list!}} 87 87 88 And the [[ binary-search|/eggref/5/binary-search]] procedure from88 And the [[/eggref/5/binary-search|binary-search]] procedure from 89 89 {{data-structures}} has also been put into its own egg. 90 90 … … 108 108 109 109 Lastly, a few macros from {{chicken}} were moved into the 110 [[ miscmacros|/eggref/5/miscmacros]] egg:110 [[/eggref/5/miscmacros|miscmacros]] egg: 111 111 112 112 - {{eval-when}} … … 118 118 119 119 If your code is an egg, you'll have to rewrite your setup file into 120 the new "declarative" format. There's a [[ short description|/man/5/Extensions#creating-eggs]] on how to create eggs for CHICKEN 5 in the manual,121 as well as a [[ /man/5/Egg specification format|complete reference]] on120 the new "declarative" format. There's a [[/man/5/Extensions#creating-eggs|short description]] on how to create eggs for CHICKEN 5 in the manual, 121 as well as a [[complete reference|/man/5/Egg specification format]] on 122 122 the new file format. 123 123
Note: See TracChangeset
for help on using the changeset viewer.