Deterministic resource disposal
Factor handbook ยป The language

Prev:Exception handling
Next:Memoization


Operating system resources such as streams, memory mapped files, and so on are not managed by Factor's garbage collector and must be released when you are done with them. Failing to release a resource can lead to reduced performance and instability.
Using destructors
Writing new destructors
Resource disposal anti-patterns

See also
Destructor tools