From d6663e4a6a60a47f9f64f56ee3128ccb3133d058 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Tue, 29 Jul 2008 19:10:31 +0000 Subject: web commit by flaviocruz --- community/flavioc.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3