chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] posix unit on windows


From: Sergey Khorev
Subject: Re: [Chicken-users] posix unit on windows
Date: Mon, 6 Sep 2004 17:22:50 +0400

> perhaps I get around implementing
> all the missing functionality at some stage.

IMHO there is no need to implement _all_ the functionality: you'll
simply get Cygwin, written in Scheme ;))) Especially 'fork',
uid/gid-functionality and 'select' for file handles.
The most accessible and useful features may be as follows:
1) creating process with redirected I/O, waiting for process, 'sleep'-ing
2) 'uname' analogue
3) 'mmap'
4) locking record

I'll try to implement them.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]