Contents
> Library Reference
Next
>
Alore Library Reference
Jukka Lehtosalo
Release 0.7.0
Contents
Introduction
Basic services
std
: Basic services
bitop
: Bitwise operations
io
: Basic file access
math
: Mathematical functions
random
: Random number generation
set
: Set type
time
: Time and date
String services
encodings
: Character encodings
memorystream
: Memory-based streams
pack
: Binary encoding and decoding
re
: Regular expressions
string
: String operations
System services
errno
: Operating system error codes
os
: Operating system services
thread
: Concurrent programming with threads
serversocket
: Network server
socket
: Network connections
sys
: Alore system information
Language services
loader
: Dynamic loading of Alore code (deprecated)
reflect
: Reflection operations
unittest
: Unit testing framework
Internet
base64
: Base64 encoding and decoding
cgi
: Common Gateway Interface
http
: HTTP client
Index
Contents
> Library Reference
Next
>