posix compatable
Re:posix compatable
Yes, not a problem. Anytime. I'll let people know when it's ready for testing.
Re:posix compatable
Why not write a POSIX wrapper as a library around whatever you use natively. POSIX is mostly in libc after all. That has worked before (cygwin anyone?) and allows one to run some Unix software, while keeping the rest of the system pure.
Re:posix compatable
mystran wrote:Why not write a POSIX wrapper as a library around whatever you use natively. POSIX is mostly in libc after all. That has worked before (cygwin anyone?) and allows one to run some Unix software, while keeping the rest of the system pure.
Solar wrote:Personally, I'd opt for a compatibility layer (see Cygwin.dll and how useful it is for Windows users, or how ixemul.library has kept the Amiga "alive"), and create a better mousetrap... erm, API underneath. If it's really good, people will use it. If it isn't, you still have a life as YAPS. (Yet Another POSIX System.)