From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6ffc831da45dcc04aa2839da7c75d259@davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] Advances in software technology Date: Fri, 27 Aug 2004 15:36:10 +0500 From: dvd@davidashen.net In-Reply-To: <412F0090.1000906@9fs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d9b1d46a-eacd-11e9-9e20-41e7f4b1d025 > I note from the article on the USACO programming contest in the > current Usenix magazine that one of chaps has written an implementation > of vi (the editor, not the mips simulator) in perl. > > This is great news, as vi can now much more easily be ported > to other operating systems. A much more usable solution would be to just implement BSD C library, termcap, system calls and a C compiler in perl, so that anyone who needs vi could just run perl and compile and run BSD vi on top of it. nvi is a good program, after all.