posix compatable

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
durand
Member
Member
Posts: 193
Joined: Wed Dec 21, 2005 12:00 am
Location: South Africa
Contact:

Re:posix compatable

Post by durand »

Yes, not a problem. Anytime. I'll let people know when it's ready for testing.
mystran

Re:posix compatable

Post by mystran »

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.
AR

Re:posix compatable

Post by AR »

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.)
Post Reply