Comment by dboreham

3 months ago

It's a fancy word for "access things through a handle".

The key property being that everything can only be accessed via handles, including, recursively, other handles (i.e. to get an handle to an object you need first to already have an handle to the handle-giver for that object).