ZFS: Oleg's Zipper FS
A implementation of a zipper filesystem using delimited continuations.
Zipper-based File/Operating system with threading and exceptions all realized via delimited continuations. There are no unsafe operations, no GHC (let alone) Unix threads, no concurrency problems. Our threads can't even do IO and can't mutate any global state - and the type system sees to it.
To run, type main' fs1
on ghci after loading ZFS.hs.
Then from some other terminal, type 'telnet localhost 1503'.
[Skip to Readme]
Downloads
- ZFS-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0, 0.0.1, 0.0.2 |
---|---|
Dependencies | base (>3 && <5), CC-delcont (<=0.2), containers, mtl, network, unix [details] |
Tested with | ghc ==6.8.2 |
License | LicenseRef-PublicDomain |
Author | Amr Sabry, R. Kent Dybvig, Simon L. Peyton Jones, Oleg Kiselyov |
Maintainer | Julian K. Arni <jkarni@gmail.com> |
Category | Monads |
Home page | https://github.com/jkarni/ZipperFS |
Bug tracker | https://github.com/jkarni/ZipperFS/issues |
Source repo | head: git clone git://github.com/jkarni/ZipperFS.git |
Uploaded | by jkarni at 2014-11-25T18:44:11Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2758 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |