Re: ANN: Etiquette: a protocol construction tool
Luke Gorrie <[email protected]> 03 Oct 2003 16:42:09 +0200
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
Eugene Zaikonnikov <[email protected]> writes: > BTW, where the project's page is located? I've tried > http://sourceforge.net/projects/slime/, but it gives me "Invalid > Project" error. We're the victim of an administrative error at Sourceforge: they accidentally deleted our project. They have all the data and say it should be fully restored Real Soon Now. :-) > - This schema will be implemented over multiprocessing package of > acl-compat, as it provides a uniform interface to threading on > several implementations. In a hurry so just a brief reply: I hope the framework will be usable without any multiprocessing. For myself I'm quite willing to sacrifice using non-pollable machinery (i.e. badly written libraries :-)) for the sake of not using threads (which I think are totally disgusting!). I know some people like threads, so I hope the framework can work with or without them. My 2 cents :-) Cheers, Luke