Changeset 39588 in project
- Timestamp:
- 02/08/21 17:42:21 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/users/juergen-lorenz
r38199 r39588 33 33 important one is bind, a variant of Common Lisp's destructuring-bind. 34 34 35 ==== [[/eggref/5/callable-sequences|callable-sequences]] 36 37 a common extendable functional interface to various flat and nested 38 sequence types, including lists, pseudolists, vectors and strings. 39 35 40 ==== [[/eggref/5/checks|checks]] 36 41 … … 40 45 41 46 some additional interfaces to continuations 47 48 ==== [[/eggref/5/dotted-lambdas|dotted-lambdas]] 49 50 a version of lambda, called lambda*, which accepts lists terminating with 51 two, three or four dots referencing a list to its left of at most one, 52 arbitrary many or at least one item respectively. 42 53 43 54 ==== [[/eggref/5/generics|generics]] … … 73 84 74 85 piping partial combinations from left to right 86 87 ==== [[/eggref/5/premodules|premodules]] 88 89 generate module, tests and docs from a premodule file 75 90 76 91 ==== [[/eggref/5/procedural-macros|procedural-macros]] … … 102 117 some simple loop macros. 103 118 119 ==== [[/eggref/5/simple-sequences|simple-sequences]] 120 121 a common interface to different sequence types 122 104 123 ==== [[/eggref/5/simple-tests|simple-tests]] 105 124 … … 113 132 114 133 These eggs will no longer be maintained. 115 Most of them will be ported to Chicken 5.134 Most of them are ported to Chicken 5. 116 135 117 136 ==== [[/eggref/4/basic-macros|basic-macros]]
Note: See TracChangeset
for help on using the changeset viewer.