This manual is for FreeM, (version 0.62.3), which is a free and open-source implementation of the M programming language.
Copyright © 2014-2025 Coherent Logic Development LLC
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover texts, and with no Back-Cover Texts.
[ < ] | [ > ] | [Contents] | [Index] | [ ? ] |
This is the official manual for the FreeM programming language.
Introduction | About the FreeM Project, its history, and its goals. | |
1 FreeM Invocation | How to invoke FreeM from the command line. | |
2 The FreeM Daemon | Managing shared resources in the FreeM environment. | |
3 The FreeM Direct-Mode Environment | Executing M programs interactively. | |
4 Directives | Per-Routine Language Directives. | |
5 Intrinsic Special Variables | ||
6 Intrinsic Functions | ||
7 OBJECT Methods | Methods for OBJECT variables. | |
8 STRING Methods | Methods for STRING variables. | |
9 Commands | ||
10 Structured System Variables | ||
11 Operators | FreeM Operators. | |
12 Routines | The units of M code in FreeM. | |
13 Types | FreeM data types. | |
14 Globals | FreeM persistent sparse arrays. | |
15 Concurrency Control | LOCK ing and transaction processing.
| |
16 Local Variables | In-memory variables. | |
17 Scoping | Scoping in FreeM. | |
18 Decision Constructs | IF , THEN , ELSE , $SELECT , and postconditionals.
| |
19 Branch Constructs | Labels, GOTO , DO , and JOB .
| |
20 Loop Constructs | The FOR loop.
| |
21 Modular Programming | Extrinsic functions and subroutines. | |
22 Object-Oriented Programming | Classes and objects in FreeM. | |
23 Libraries | System and user libraries. | |
24 Sequential I/O | Processing sequential files in FreeM. | |
25 Network I/O | Handling network sockets in FreeM. | |
26 Extended Global References | Accessing globals in non-default namespaces. | |
27 Global Aliasing | Defining alternate names for globals. | |
28 Global Mappings | Mapping global names to non-default namespaces. | |
29 Transaction Processing | Transactions in FreeM. | |
30 Asynchronous Event Handling | Handling asynchronous events in FreeM. | |
31 Global Triggers | Responding to global accesses in M code. | |
32 Synchronous Event Handling | Synchronous events in FreeM. | |
33 GUI Programming with MWAPI | Creating graphical interfaces in FreeM. | |
34 User-Defined Z Commands | Adding your own Z commands to FreeM. | |
35 User-Defined Z Functions | Adding your own Z functions to FreeM. | |
36 User-Defined SSVNs | Adding your own SSVNs to FreeM. | |
37 Language Dialects | Controlling FreeM standards compliance. | |
38 System Library Routines | FreeM built-in library of M routines. | |
39 Interrupt Handling | How FreeM handles interrupts. | |
40 Error Processing | How to handle errors in M program code. | |
41 FreeM Error Codes | Explanations of each FreeM error code. | |
42 Debugging | The program development cycle of FreeM. | |
43 System Configuration | Configuring your FreeM installation. | |
44 Accessing FreeM from C Programs | How to use the mlib interface. | |
Appendix A FreeM Administrator | The fmadm system manager tool. | |
Appendix B FreeM Legacy Utilities | FreeM legacy system manager utilities. | |
Appendix C FreeM VIEW Commands and Functions | Getting and setting info about FreeM internals. | |
Appendix D Implementation Limits | FreeM limitations. | |
Appendix E US-ASCII Character Set | The US-ASCII character set. | |
Appendix F FreeM Project Coding Standards | How to write code for submission to the FreeM project. | |
Index | Complete index. |
[ < ] | [ > ] | [Contents] | [Index] | [ ? ] |
This document was generated on March 27, 2025 using texi2html 5.0.