Re: [ANN] mapfs: Using Clojure map as filesystem

2015-03-17 Thread Steven Yi
Hi Vish, Thanks for the feedback! It'd be possible to use metadata on objects, but I don't think EDN supports it. I could swap out and use a different format for saving data, but I find it very handy at least to keep things as EDN, as I can then load the .edn file with other tools (i.e. automa

Re: [ANN] mapfs: Using Clojure map as filesystem

2015-03-16 Thread VishK
Sounds interesting. Could one attach metadata (such as a time-stamp) on a file-equivalent ? If one could then see that metadata using some parameter to your commands (ls -l), that would make this pretty powerful, IMHO. Thanks Vish On Monday, March 16, 2015 at 11:41:04 AM UTC-5, Steven Yi wrot

[ANN] mapfs: Using Clojure map as filesystem

2015-03-16 Thread Steven Yi
Hi All, I've posted a small experimental project I've been working on the past day that I thought was somewhat novel called mapfs: https://github.com/kunstmusik/mapfs It allows using a Clojure map like a filesystem. An example recording of it in use is here: http://kunstmusik.com/mapfs.gif T