From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00f701c0e2fb$449e2f20$e8b7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010426234625.1EBA119A40@mail.cse.psu.edu> <200105221928.MAA02159@ohio.river.org> Subject: Re: [9fans] software quality and popularity MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Date: Tue, 22 May 2001 22:10:37 +0200 Topicbox-Message-UUID: a55a6168-eac9-11e9-9e20-41e7f4b1d025 From: "Richard Uhtenwoldt" > ... code written for Unix is difficult to port to Plan 9 it's not that hard, but it depends on what sort of unix braindamage you've got to port. i did a very rough port of 10k lines of unix code to plan 9 in two days. of course, sam made the task a lot easier and the code was pretty modular and ran on a variety of unix varients -- without 'configure'! hardest part was the mailbox locking protocol and the: From ... ... morF stuff.