Library Index
This section documents Nex libraries shipped under the repository lib/ directory.
Unlike built-in runtime classes, these libraries may be platform-specific and must be loaded with intern.
Categories
- Data Libraries -
data/Jsonfor JSON parsing and serialization - IO Libraries -
io/Path,io/Directory,io/Text_File, andio/Binary_Filefor filesystem and file I/O - Text Libraries -
text/Regexfor reusable regular-expression matching and replacement - Time Libraries -
time/Date_Timeandtime/Durationfor UTC timestamps and time spans - Networking Libraries - portable
Http_Client, JVM/NodeHttp_Server, and JVM-only TCP wrappers underlib/net
Conventions
- Library pages state their platform scope explicitly
- Load library classes with
intern path/Class_Name - File lookup follows the current
internresolver: loaded file directory, current working directory, then~/.nex/deps