home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / objectiv / 661 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.1 KB

  1. Xref: sparky comp.lang.objective-c:661 comp.lang.smalltalk:2275 comp.object:4188
  2. Path: sparky!uunet!portal!cup.portal.com!lozinski
  3. From: lozinski@cup.portal.com (Christopher A Lozinski)
  4. Newsgroups: comp.lang.objective-c,comp.lang.smalltalk,comp.object
  5. Subject: Smalltalk Interface to Objective-C (Product Announcement)
  6. Message-ID: <69283@cup.portal.com>
  7. Date: Tue, 10 Nov 92 21:05:16 PST
  8. Organization: The Portal System (TM)
  9. Distribution: world
  10. Lines: 36
  11.  
  12. PRODUCT ANNOUNCEMENT
  13.  
  14.      The Smalltalk Interface to Objective-C makes Objective-C
  15. objects look like Smalltalk objects.  The interface is based on the
  16. simple concept that every remote Objective-C class and instance can
  17. be represented by a local Smalltalk proxy object.  Messages sent to a
  18. local Smalltalk proxy object are transparently forwarded to the
  19. actual Objective-C object it represents, and the results are returned
  20. as Smalltalk objects.  To the Smalltalk developer, there are just
  21. Smalltalk messages being sent to Smalltalk objects.  To the
  22. Objective-C developer, there are just Objective-C messages being sent
  23. to Objective-C objects.  The net result is that the two languages are
  24. very smoothly integrated.  
  25.  
  26.      No longer do developers have to choose between using Objective-C
  27. or Smalltalk; they can use both languages together, each where it is
  28. best suited.  Prototypes can be quickly implemented in Smalltalk, and
  29. performance-critical code can be developed in Objective-C. 
  30. Alternatively, portable applications engines can be written in
  31. Objective-C, moved to the platform of choice, and integrated with a
  32. new interface quickly developed in Smalltalk.  Existing Smalltalk
  33. interface building tools can be used, while existing Objective-C
  34. libraries can be reused.
  35.  
  36.      The product is currently shipping under Microsoft Windows.  It
  37. comes bundled with the Borland Extensions to Objective-C.  For
  38. further information please send your postal address, telephone
  39. number, and preferred platform to:
  40.  
  41. Berkeley Productivity Group
  42. 35032 Maidstone Court
  43. Newark, CA 94560, USA
  44. Tel:(510) 795-6086  
  45. Fax:(510) 795-8077
  46. CompuServe:71201,1175  
  47. Internet:lozinski@cup.portal.com
  48.