home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / forth / 2976 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!messua!dak
  3. From: dak@messua.informatik.rwth-aachen.de (David Kastrup)
  4. Subject: Borlands start. Was An Open ANSI Forth Implementation
  5. Message-ID: <dak.714154399@messua>
  6. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  7. Nntp-Posting-Host: messua
  8. Organization: Rechnerbetrieb Informatik  /  RWTH Aachen
  9. References: <3994.UUL1.3#5129@willett.pgh.pa.us>
  10. Date: 18 Aug 92 16:13:19 GMT
  11. Lines: 23
  12.  
  13. ForthNet@willett.pgh.pa.us (ForthNet articles from GEnie) writes:
  14.  
  15. >Category 10,  Topic 41
  16. >Message 57        Tue Aug 18, 1992
  17. >E.RATHER [Elizabeth]         at 01:25 EDT
  18. >RE the several people who pointed out that Borland wasn't big & famous when
  19. >they introduced Turbo Pascal:  no, but Pascal was very widely known, as it had
  20. >been kicking around CS depts. for years, was developed by a widely respected
  21. >guru, and had already received a lot of notice. Borland's genius was in
  22. >hopping on a bandwagon and doing it right.  They didn't create the bandwagon.
  23.  
  24. I believe they did not even develop the first version (under CP/M) in
  25. the first place, although I might be mistaken. I had on my Nascom II
  26. (historic Z80-mill) something called Blue Label Pascal from some firm
  27. in Scandinavia. It had the same bug in the modulo routine
  28. (-2 mod 4 = 2, -6 mod 4 = -2) as the infamous Turbo Pascal 1.0
  29. for CP/M. And the compile/edit/run-Environment was there in BLS
  30. too, although their local variable support used stacks instead of
  31. static variables moved to/from stacks.
  32.  
  33. So I suppose (unless Borland is just another name) that the first
  34. version of Turbo was based on a bought source.
  35.