-
Notifications
You must be signed in to change notification settings - Fork 6
Operations
Anthony M. Cook edited this page Nov 11, 2015
·
1 revision
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.
These operations control the flow of execution, perform checks, and run loops.
These operations manipulate the state of your program, alter data in memory, and alter the stacks.
This is IO and concurrency as well as system calls and library access.