diff options
-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: |