Reference
The Language Manual describes the Axiom language and all its syntax.
The Core Library Reference describes the Axiom core library (all global functions and built-in methods).
This includes imports, date/time manipulation, string manipulation, etc.
The rest of the Axiom library is divided into modules:
-
The Calendar module is for dealing with the Gregorian calendar.
-
The Image module is for manipulating images.
-
The Input/Output module is for standard/file input/output and manipulating various text file formats.
-
The Mail module is is for sending/receiving electronic mail.
-
The Matrix module is for doing matrix math.
-
The Native module is for calling native functions in a shared object (.so) or dynamically linked library (.dll).
-
The Operating System module is for manipulating operating system primitives such as paths, folders, processes, threads, and mutexes.
-
The Regex module is for matching regular expressions.
-
The SQLite module is for manipulating SQLite databases.
-
The Web module is for interfacing with the World Wide Web.
-
The Zip module is for manipulating Zip files and compressing data.