| Index Entry | Section |
|
| F | | |
| ffi | 6.20 Foreign Function Interface |
| file descriptor | 7.2.2 Ports and File Descriptors |
| file locking | 7.2.2 Ports and File Descriptors |
| File port | 6.14.9.1 File Ports |
| file system | 7.2.3 File System |
| file tree walk | 7.11 File Tree Walk |
| finalization | 6.8 Smobs |
| finalizer | 6.8 Smobs |
| fine-grain parallelism | 6.21.8 Futures |
| fluids | 6.21.7 Fluids and Dynamic States |
| foreign function interface | 6.20 Foreign Function Interface |
| formatted output | 7.10 Formatted Output |
| futures | 6.21.8 Futures |
|
| G | | |
| GC-managed memory | 6.18.2 Memory Blocks |
| Geiser | 4.4 Using Guile in Emacs |
| general cond clause | 6.13.2 Simple Conditional Evaluation |
| GNU triplet | 6.22.1 Configuration, Build and Installation |
| GPL | The Guile License |
| group file | 7.2.4 User Information |
| guardians, testing for GC’d objects | 6.11.6.5 Hooks for Garbage Collection |
| Guile threads | 6.21.3 Threads |
| guile-2 SRFI-0 feature | 7.5.2 SRFI-0 - cond-expand |
| guile-snarf deprecated macros | 6.5 Snarfing Macros |
| guile-snarf example | 5.5 Function Snarfing |
| guile-snarf invocation | 5.5 Function Snarfing |
| guile-snarf recognized macros | 6.5 Snarfing Macros |
| guileversion | 6.22.1 Configuration, Build and Installation |
| GUILE_HISTORY | 7.8.1 Loading Readline Support |
| GUILE_LOAD_PATH | 6.22.1 Configuration, Build and Installation |
|
| H | | |
| hash-comma | 7.5.9 SRFI-10 - Hash-Comma Reader Extension |
| higher-order functions | 6.9.6 Higher-Order Functions |
| host name | 7.2.12 System Identification |
| host name lookup | getaddrinfo |
| HTTP | 7.3 HTTP, the Web, and All That |
|
| I | | |
| i18n | 6.24 Support for Internationalization |
| IEEE-754 floating point numbers | 6.6.6.5 Interpreting Bytevector Contents as Floating Point Numbers |
| if | 6.13.2 Simple Conditional Evaluation |
| iff | 1.8 Typographical Conventions |
| includedir | 6.22.1 Configuration, Build and Installation |
| infodir | 6.22.1 Configuration, Build and Installation |
| information encapsulation | 6.19 Modules |
| Initializing Guile | 6.4 Initializing Guile |
| instance | 9.3 Instance Creation and Slot Access |
| integers as bits | 7.5.30 SRFI-60 - Integers as Bits |
| internationalization | 6.24 Support for Internationalization |
| interpreter | 10.3.1 Why a VM? |
| invocation | 4.2.2 Invoking Guile |
| IPv4 | IPv4 Address Conversion |
| IPv6 | IPv6 Address Conversion |
| iteration | 6.13.4 Iteration mechanisms |
|
| J | | |
| JACAL | 7.1.2 JACAL |
| Jaffer, Aubrey | 7.1.2 JACAL |
| julian day | 7.5.16.1 SRFI-19 Introduction |
| julian day | 7.5.16.3 SRFI-19 Date |
|
| K | | |
| keyword objects | 7.5.34 SRFI-88 Keyword Objects |
|
| L | | |
| lambda | 6.9.1 Lambda: Basic Procedure Creation |
| LANG | 7.2.13 Locales |
| leap second | 7.5.16.1 SRFI-19 Introduction |
| LGPL | The Guile License |
| libdir | 6.22.1 Configuration, Build and Installation |
| libexecdir | 6.22.1 Configuration, Build and Installation |
| libguileinterface | 6.22.1 Configuration, Build and Installation |
| LIBS | 6.22.1 Configuration, Build and Installation |
| license | The Guile License |
| Line buffered input | 7.14 Buffered Input |
| Line continuation | 7.14 Buffered Input |
| Line input/output | 6.14.6 Line Oriented and Delimited Text |
| list | 7.5.3 SRFI-1 - List library |
| list constructor | 7.5.3.1 Constructors |
| list delete | 7.5.3.8 Deleting |
| list filter | 7.5.3.6 Filtering and Partitioning |
| list fold | 7.5.3.5 Fold, Unfold & Map |
| list map | 7.5.3.5 Fold, Unfold & Map |
| list partition | 7.5.3.6 Filtering and Partitioning |
| list predicate | 7.5.3.2 Predicates |
| list search | 7.5.3.7 Searching |
| list selector | 7.5.3.3 Selectors |
| list set operation | 7.5.3.10 Set Operations on Lists |
| load | 6.17.7 Character Encoding of Source Files |
| local bindings | 6.12.2 Local Variable Bindings |
| local environment | 3.4.2 Local Variables and Environments |
| local time | 7.2.5 Time |
| local variable | 3.4.2 Local Variables and Environments |
| local variables | 6.12.2 Local Variable Bindings |
| locale | 6.6.4.6 Standard Character Sets |
| locale | 6.24.1 Internationalization with Guile |
| locale | 7.2.13 Locales |
| locale category | 6.24.1 Internationalization with Guile |
| locale object | 6.24.1 Internationalization with Guile |
| localstatedir | 6.22.1 Configuration, Build and Installation |
| location | 3.4.1 Names, Locations, Values and Environments |
| looping | 6.13.4 Iteration mechanisms |
| low-level locale information | 6.24.5 Accessing Locale Information |
|
| M | | |
| macro expansion | 6.10 Macros |
| macros | 6.10 Macros |
| mandir | 6.22.1 Configuration, Build and Installation |
| match structures | 6.15.2 Match Structures |
| math – symbolic | 7.1.2 JACAL |
| memory-allocation-error | 6.13.11 How to Handle Errors |
| misc-error | 6.13.11 How to Handle Errors |
| modified julian day | 7.5.16.1 SRFI-19 Introduction |
| modified julian day | 7.5.16.3 SRFI-19 Date |
| module version | 6.19.3 Creating Guile Modules |
| modules | 6.19 Modules |
| multiline comments | 6.17.1.3 Block Comments |
| multiple values | 6.13.7 Returning and Accepting Multiple Values |
| multiple values and cond | 6.13.2 Simple Conditional Evaluation |
| mutex | 6.21.4 Mutexes and Condition Variables |
|