home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 582b.lha / OCT_v1.93.13B / poster.pp / poster
Internet Message Format  |  1991-12-08  |  6KB

  1. From Altitude.CAM.ORG!marc Sun, 1 Dec 91 15:02:40 EDT
  2. Received: by Ringo.CAM.ORG (V1.13/Amiga)
  3.         id AA00000; Sun, 1 Dec 91 15:02:40 EDT
  4. Received: by Altitude.CAM.ORG (5.65c8/IDA/mb) with /bin/mail
  5.         id AA24564 for jean@ringo.cam.org; Sun, 1 Dec 1991 08:19:07 -0500
  6. Path: altitude!matrox!uvm-gen!uunet!caen!uflorida!sinkhole.unf.edu!shite
  7. Newsgroups: comp.sources.wanted
  8. Message-Id: <1991Dec1.065300.5131@sinkhole.unf.edu>
  9. Date: 1 Dec 91 06:53:00 GMT
  10. Organization: Univ. of North Florida
  11. Lines: 118
  12. Apparently-To: jean@ringo.cam.org
  13. From: shite@sinkhole.unf.edu (Stephen Hite)
  14. To:
  15. Subject: Re: Where to get free Objective-C (*answer*)
  16.  
  17.  
  18.   Whoever was looking for a free Objective-C (no, it's not the NeXT
  19. donation to GCC 2.0), the answer is below.  In the future, check
  20. out archie (i.e. telnet archie.sura.net login as 'archie') before
  21. posting a request *if* you have internet access.  I did a
  22. "prog objective-c" and got a pointer to where it was located.  Enjoy.
  23.  
  24. Steve Hite
  25. shite@sinkhole.unf.edu
  26.  
  27. -------------------------------------------------
  28.  
  29. Path: sranha!wnoc-tyo-news!ccut!sun-barr!cs.utexas.edu!sdd.hp.com!caen!ox.com!msen.com!emv
  30. From: brian@babbage.csus.edu (Brian Witt)
  31. Newsgroups: comp.archives
  32. Subject: [objective-c] Re: How's Stepstone/Objective-C doing?
  33. Message-ID: <1991Apr5.072129.23288@ox.com>
  34. Date: 5 Apr 91 07:21:29 GMT
  35. References: <1991Mar30.165230.11364@sugar.hackercorp.com> <6737@stpstn.UUCP> <PFKEB.91Apr1203950@ebnextk.SLAC.Stanford.EDU> <1991Apr2.185743.29113@csusac.csus.edu>
  36. Sender: emv@msen.com (Edward Vielmetti, MSEN)
  37. Reply-To: brian@babbage.csus.edu (Brian Witt)
  38. Followup-To: comp.lang.objective-c
  39. Organization: California State University, Sacramento
  40. Lines: 91
  41. Approved: emv@msen.com (Edward Vielmetti, MSEN)
  42. X-Original-Newsgroups: comp.lang.objective-c
  43.  
  44. Archive-name: languages/objective-c/oct/1991-04-02
  45. Archive-directory: babbage.ecs.csus.edu:/OCT/ [130.86.71.6]
  46. Original-posting-by: brian@babbage.csus.edu (Brian Witt)
  47. Original-subject: Re: How's Stepstone/Objective-C doing?
  48. Reposted-by: emv@msen.com (Edward Vielmetti, MSEN)
  49.  
  50. In article <PFKEB.91Apr1203950@ebnextk.SLAC.Stanford.EDU> pfkeb@ebnextk.SLAC.Stanford.EDU (Paul Kunz) writes:
  51. >   Just for the record, there's also an implementation of Objective-C
  52. >for the Amiga.   It was done by someone at Calstate-Sacramento who's
  53. >name escapes me at the moment.
  54.  
  55. Guess I should reply.  Yes, I have that Objective-C (tm) like
  56. "translator".  I've ported it to AT&T UNIX (tm).  I have a nice
  57. foundation class set, plus the Collection phylum from Brad Cox's
  58. "Object Oriented Programming: an Evolutionary approach" book.  It
  59. reads version 4 syntax (like the NeXT cubes).  The methods are
  60. sort-of a combinaion of Stepstone and NeXT varitites.  My data
  61. structures are more NeXT-like than Stepstone-like.
  62.  
  63. I've been working on the system code-wise since May 1989.  (I've
  64. had Dr. Cox's book for much longer.)  Major item left to do is
  65. NeXT's List class.  I also wanna port it to MS-DOS.  However, if
  66. you really need it now, then you can FTP it from babbage.ecs.csus.edu
  67. and try it out yourself!  There is a window attempt example, and
  68. the dependency tree example from Dr. Cox's book.  (Hope he doesn't
  69. mind me using it :-).
  70.  
  71. (A readme file is attached below)
  72.  
  73. ----------------------------------------------------------------
  74.          brian witt         |   brian@babbage.ecs.csus.edu
  75.     You are what you click  |  (and if you click it twice...)
  76.   Not representing Cal State Sacramento, the ECS dept, or Iraq
  77. ----------------------------------------------------------------
  78.  
  79. ^L
  80.  
  81. ====================================================================
  82.   O.C.T.                                            march 1991, bjw
  83.  
  84. Organization: 12.5% by volume
  85.  
  86. I have available a PD pre-processor that accepts version 4
  87. syntax (like NeXT and current Stepstone Objective-C(TM)
  88. translators).  It runs currently on my Amiga and AT&T UNIX.
  89.  
  90. This package is not complete.  I don't archive/activate objects.
  91. The class heirarceez (sic) support the reduced classes of NeXT and
  92. the Collection phylum of stepstone.
  93.  
  94. Here is a short description of how to FTP the files.  I'll try to
  95. pull out an overview file, so you know what you are getting yourself
  96. into before the big downloading.  I can make a zoo file available.
  97.  
  98. -------------------------------
  99.  
  100. I've uploaded the files for the OCT translator and runtime substrate.
  101. This system sits in front of your ordinary C compiler.  It should run
  102. under AmigaDOS, generic UNIX and MS-DOS.  You may have to configure
  103. some of the paths, though.  The 'cpp' that is included (from DECUS)
  104. has been modified to accept #import directives and // comments!
  105.  
  106. The entire system of source is located in oct193.tar.Z file.  The
  107. Amiga executables are in amibin.zoo file.  You may FTP anonymous login
  108. to "babbage.ecs.csus.edu" using anonymousity :-)...
  109.  
  110. % list OCT
  111. total 2160
  112. -rw-r--r--   1 brian    agnus      60369 Oct 15 16:36 bens.zoo
  113. -rw-r--r--   1 brian    agnus       4336 Mar  2 16:56 flist.193
  114. -rw-r--r--   1 brian    agnus     560958 Mar  2 15:46 oct192.tar.Z
  115. -rw-r--r--   1 brian    agnus     466283 Mar  2 16:58 oct193.tar.Z
  116. -rw-r--r--   1 brian    agnus       1549 Mar  2 15:40 readme.txt
  117.  
  118. "flist.193" is a table of contents for the tar file.
  119. Most of the stored files are text except for those in the "lib" and "bin"
  120. directories.  The files "main16" and "main32" are Amiga executables.
  121. Amiga runfiles have 0x000003F2 as their first longword.
  122.  
  123.  
  124. If you have any troubles getting these files, drop me a line.
  125.  
  126. --- Laws seldom stop politicians!
  127. --- brian witt
  128.     brian@babbage.ecs.csus.edu    or    seeker!rael!aleks
  129.  
  130. --
  131. ----------------------------------------------------------------
  132.          brian witt         |   brian@babbage.ecs.csus.edu
  133.     You are what you click  |  (and if you click it twice...)
  134.   Not representing Cal State Sacramento, the ECS dept, or Iraq
  135.