-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
22 lines (18 loc) · 760 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*** CORE ***
* scuse: generated fuse --> buf should be Pointer in def write()
* combinator parser for C header files -> generate scala glue
* convert to sbt (scalify too!)
* capabilities? look at E again
* scala compiler: use fuse mount to play games with classfiles
*** FSes ***
* mboxfs
* unionfs - treat many dirs as one
* make loopbacfsk naturally extensible
* gitfs: given bare repo, mount checks it out and issues a commit for every write (see waybackfs)
* filterfs: apply arbitrary byte[] -> byte[] and cpath -> cpath filters
* xmlfs: XML filesystem and DOM filesystem
* jar finding filesystem: sees attempt to open /.../foo.jar and gets it http://www.jarfinder.com/
* strongly typed filesystem?
* structured data in pipes?
* launchdfs
* sqlitefs