home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / forth / 3132 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!news.univie.ac.at!email!mips.complang.tuwien.ac.at!anton
  3. From: anton@mips.complang.tuwien.ac.at (Anton Martin Ertl)
  4. Subject: Re: An Open ANSI Forth Implementation
  5. Message-ID: <1992Sep15.090258.22278@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: mips.complang.tuwien.ac.at
  8. Organization: Institut fuer Computersprachen, Technische Universitaet Wien
  9. References:  <4057.UUL1.3#5129@willett.pgh.pa.us>
  10. Date: Tue, 15 Sep 1992 09:02:58 GMT
  11. Lines: 29
  12.  
  13. In article <4057.UUL1.3#5129@willett.pgh.pa.us>, ForthNet@willett.pgh.pa.us (ForthNet articles from GEnie) writes:
  14. |> Category 10,  Topic 41
  15. |> Message 90        Mon Sep 14, 1992
  16. |> B.DUNN5 [Brian]              at 01:50 EDT
  17. |>  
  18. |> ... meanwhile, how is this ANS-FIG Forth coming along?  What machines do you
  19. |> have it running on so far?
  20.  
  21. Well, I have implemented most of the primitives of BASIS 15. Since C
  22. is portable, I have been generous with what I classify as primitive -
  23. we currently have 193 (including things like '>=' that are not in BASIS
  24. 15).
  25.  
  26. The primitives compile to quite decent assembly code. We don't have a
  27. main() yet, so it does not yet run anywhere, but it compiles on
  28. DecStations and Apollo's and is easy to port to machines that run
  29. gcc-2.x.
  30.  
  31. We have also a lot of ideas about the system architecture. One of them
  32. is the question of whether to have indirect threaded code or allow
  33. both direct or indirect threaded systems. What do you think - as users
  34. (We care for the implementation)? We would give you words to
  35. manipulate, what would be the code field in an indirect threaded
  36. system.
  37.  
  38. - anton
  39. -- 
  40. M. Anton Ertl                    Some things have to be seen to be believed
  41. anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
  42.