Operations - acook/blacklight GitHub Wiki

This Document In Flux Until 1.0

blacklight has a series of powerful primitive operations for manipulating data and communicating with the outside world. Operations fall into 3 main categories: control flow, state, and system.

Control Flow

These operations control the flow of execution, perform checks, and run loops.

State

These operations manipulate the state of your program, alter data in memory, and alter the stacks.

System

This is IO and concurrency as well as system calls and library access.