diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-29 19:10:31 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-29 19:10:31 +0000 |
commit | d6663e4a6a60a47f9f64f56ee3128ccb3133d058 (patch) | |
tree | 2b8bbe5093568e651db96a65a02b29b0e2ede685 /community | |
parent | 1efc283c789ea9d3a61e18225d7d2286749a6e5c (diff) |
web commit by flaviocruz
Diffstat (limited to 'community')
-rw-r--r-- | community/flavioc.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/flavioc.mdwn b/community/flavioc.mdwn index 8b6b49b3..184febdf 100644 --- a/community/flavioc.mdwn +++ b/community/flavioc.mdwn @@ -29,6 +29,10 @@ Creating an extensible translator library in lisp using the mig generated stubs. - It's possible to specialize the basic translator library and implement new translator classes. This is done using CLOS. - There is a tree-translator class that makes the managing of a node tree very easy, doing all the work for us, through a simple directory API and implementing the directory callbacks for us. - There is a simple example (something like zipfs) translator that can expose the directories and file contents of a ZIP file. +- More translator examples include: + - /dev/null translator. + - /dev/zero translator. + - translator that creates a symlink node. - Translator options (manipulated through fsysopts) have a simple and easy to use API. - All the Mach port manipulation API is available. - It's possible to send and receive messages. Simple example: |