diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/flavioc.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/flavioc.mdwn b/community/flavioc.mdwn index 5f83cd62..8b6b49b3 100644 --- a/community/flavioc.mdwn +++ b/community/flavioc.mdwn @@ -16,7 +16,7 @@ Some [Hurd stuff](http://opensvn.csie.org/leic/hurd/) And code: [cl-hurd](http://freehg.org/u/flavioc/cl-hurd/) -hg clone http://freehg.org/u/flavioc/cl-hurd/ +hg clone [http://freehg.org/u/flavioc/cl-hurd/](http://freehg.org/u/flavioc/cl-hurd/) ## Summer session @@ -49,14 +49,11 @@ Creating an extensible translator library in lisp using the mig generated stubs. - Using continuations for IO blocking operations. This can be done using cl-cont. - Create an example proxy translator. -- Fix file_exec, fsys_getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch_root (for passive translators). +- Fix file-exec, fsys-getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch-root (for passive translators). - Use the socket stubs? - Documentation - More testing -### Notes - -- File execution is complicated to do, because there is no multithreading support on CLisp and continuations won't do it. Maybe forking the clisp process?. ## To do |