From mboxrd@z Thu Jan 1 00:00:00 1970 From: lm@mcvoy.com (Larry McVoy) Date: Mon, 30 Jan 2017 05:37:50 -0800 Subject: [TUHS] Early Internet work (Was: History of select(2)) In-Reply-To: References: <20170129174142.1062618C0A8@mercury.lcs.mit.edu> Message-ID: <20170130133750.GB32068@mcvoy.com> On Tue, Jan 31, 2017 at 12:13:48AM +1100, Dave Horsfall wrote: > On Sun, 29 Jan 2017, Clem Cole wrote: > > > That said, is you want a goos starting??point the best C compiler for the > > 8080 was the Leor Zolman's "Brain Damaged Software" C -- aka BDS C. ?? > > Which he has put in the public Domain: > > ????http://www.bdsoft.com/resources/bdsc.html > > Talk about brain-damaged software... BDS C is irretrievably broken, with > all sorts of things missing. I dunno, I wrote a lot of code with it. It felt enough like C to me. At the time, I believe it was the fastest CPM C compiler you could get. That was a big part of why I used it.