Silt Standard Library Reference

Complete API reference for every built-in function in silt.

Module Index

ModuleDescription
Globalsprint, println, panic, variant constructors, type descriptors
listCreate, transform, query, and iterate over ordered collections
stringSplit, join, search, transform, and classify strings
mapLookup, insert, merge, and iterate over key-value maps
setCreate, combine, query, and iterate over unordered unique collections
int / floatParse, convert, and compare integers and floats
result / optionTransform and query Result(a, e) and Option(a) values
io / fs / envFile I/O, stdin, command-line args, debug inspection, filesystem ops, env vars
testAssertions for test scripts
regexMatch, find, split, replace, and capture with regular expressions
jsonParse JSON into typed records/maps, serialize values to JSON
mathTrigonometry, logarithms, exponentiation, random, and constants
channel / taskBounded channels for concurrent task communication, spawn and join tasks
timeDates, times, instants, durations, formatting, parsing, and arithmetic
httpHTTP client and server