Sciweavers

IWMM
1992
Springer

An Implementation of an Applicative File System

13 years 9 months ago
An Implementation of an Applicative File System
A purely functional le system has been built on top of pure Scheme. It provides persistent structures and massive storage expected of le systems, without explicit side-e ects like read and write. The le system becomes an additional, lazy argument to programs that would read from it, and an additional result from functions that would alter it. Functional programming on lazy structures replaces in-place side-e ects with a signi cant storage management problem, handled by conjoining the heap to the le system. A hardware implementation of reference counting is extended out to manage sectors, as well as the primary heap. Backing it is a garbage collector of heap and of disk i.e. UNIX's fsck, needed only at reboot. CR categories and Subject Descriptors:
Brian C. Heck, David S. Wise
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1992
Where IWMM
Authors Brian C. Heck, David S. Wise
Comments (0)