Next: Executive Assembler, Previous: Procedural Language Interpreter, Up: Top [Index]
In the context of program execution and expression evaluation, libraries are means of describing programming interfaces.
Specifically, libraries make available for the executed programs and evaluated expressions functions, variables and constants, operators and data types.
See Libraries.
The libraries provided by libaime have uniform usage semantics (though the uniformity is not required by the aime interpreters). Their (application side) programming interfaces are similar, yet not always to the point where the application would not pay attention to the specifics of each one.
• Library Construct: | libaime libraries overview | |
• Library Construct Library Reference: | A library object interface | |
• List Library: | Heterogenous sequences provision | |
• List Library Reference: | Functions, types, definitions | |
• Text Library: | Trivial text generation | |
• Text Library Reference: | Functions, types, definitions | |
• Math Library: | Mathematical functions | |
• Math Library Reference: | Functions, types, definitions | |
• Output Library: | Generic text output | |
• Output Library Reference: | Functions, types, definitions | |
• File Library: | Simple I/O | |
• File Library Reference: | Functions, types, definitions | |
• Date And Time Library: | Date and time utilities | |
• Date And Time Library Reference: | Functions, types, definitions | |
• Byte Data Library: | Amorphous objects, byte arrays | |
• Byte Data Library Reference: | Functions, types, definitions | |
• Process Library: | System process execution | |
• Process Library Reference: | Functions, types, definitions | |
• Record Library: | Associative arrays provision | |
• Record Library Reference: | Functions, types, definitions | |
• Decq Library: | Double ended queues provision | |
• Decq Library Reference: | Functions, types, definitions | |
• Object Library: | Typeless interfaces | |
• Object Library Reference: | Functions, types, definitions | |
• Trap Library: | Error trapping provisions | |
• Trap Library Reference: | Functions, types, definitions | |
• Control Library: | Event scheduling and file polling | |
• Control Library Reference: | Functions, types, definitions | |
• Index Library: | Associative arrays provision | |
• Index Library Reference: | Functions, types, definitions | |
• Operating System Library: | System call bindings | |
• Operating System Library Reference: | Functions, types, definitions | |
• Proxy Types Library: | Nullable application data | |
• Proxy Types Library Reference: | Functions, types, definitions | |
• Referable Types Library: | Fully referable data | |
• Referable Types Library Reference: | Functions, types, definitions | |
• Sample Libraries: | Library examples |
Next: Executive Assembler, Previous: Procedural Language Interpreter, Up: Top [Index]