This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: LUFS-Python / pythonfs
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
It's a patch against LUFS (a tool for implementing user-mode filesystems in Linux) that lets you write your filesystems in Python.
Of course, performance won't be great, as every call has to go to the kernel, then back into user mode code, then into your Python code, then all the way back. But imagine what you can do with this ... :-)