home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / help / 1905 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.2 KB  |  29 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cis.ohio-state.edu!gnu.ai.mit.edu!rms
  3. From: rms@gnu.ai.mit.edu (Richard Stallman)
  4. Subject: Another Obj-C Implementation (long) (was: Re: GNU runtime)
  5. Message-ID: <9208140630.AA06145@mole.gnu.ai.mit.edu>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. References: <1992Aug13.164711.7859@itnsg1.cineca.it>
  9. Distribution: gnu
  10. Date: Thu, 13 Aug 1992 22:30:28 GMT
  11. Lines: 16
  12.  
  13.     Another "free" Obj-C implementation is available via anonymous ftp on
  14.     ghost.dsi.unimi.it (yeah, it is in Italy!!), in the file pub/objective-C.tar.Z.
  15.     It does contains a translator, a debugger and a runtime library (I think). 
  16.  
  17. We don't need the translator or the debugger, but we could use the library.
  18. Would somebody like to adapt it to work with GCC?
  19.  
  20. Some of the library probably consists of class definitions, and those
  21. should not need to be changed.  But the message dispatch part of the
  22. library might need to be changed.  There is also the question of how
  23. to represent the data structures that are used for dispatching at run
  24. time, in order to make message dispatch fast.  It looks like part of
  25. this is written in assembler, which is a problem; we need a version
  26. written in C so it can be portable.
  27.  
  28.  
  29.