Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
Next: Macros, Previous: Smobs, Up: API Reference [Contents][Index]
• Lambda: | Basic procedure creation using lambda. | |
• Primitive Procedures: | Procedures defined in C. | |
• Compiled Procedures: | Scheme procedures can be compiled. | |
• Optional Arguments: | Handling keyword, optional and rest arguments. | |
• Case-lambda: | One function, multiple arities. | |
• Higher-Order Functions: | Function that take or return functions. | |
• Procedure Properties: | Procedure properties and meta-information. | |
• Procedures with Setters: | Procedures with setters. | |
• Inlinable Procedures: | Procedures that can be inlined. |