home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8020 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!haven.umd.edu!mimsy!alex
  2. From: alex@cs.umd.edu (Alex Blakemore)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: ada developement tools??
  5. Message-ID: <63210@mimsy.umd.edu>
  6. Date: 7 Jan 93 16:27:31 GMT
  7. References: <SHAWN.93Jan7134542@litsun.epfl.ch>
  8. Sender: news@mimsy.umd.edu
  9. Distribution: comp
  10. Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
  11. Lines: 23
  12.  
  13. In article <SHAWN.93Jan7134542@litsun.epfl.ch> shawn@litsun.epfl.ch writes:
  14. > Does anyone know if there are any Ada developement tools for the Next
  15. > machine?? what about cross compilers??
  16.  
  17. Yes, Meridian sells their OpenAda compiler and environment for the NeXT.
  18. They can be reached in the US at (714) 727-0700 - California time.
  19.  
  20. Its fast, easy to use and pretty stable.  I've found a few minor compiler
  21. bugs, but have easily worked around them.  Its a basic Unix port, no
  22. NeXTSTEP GUI stuff or natural connection to NeXT IB - but they are talking about it.
  23. Let them know if thats important to you.  My biggest dissapointment is that
  24. they use their own debugger which doesnt always work, instead of gdb.
  25. Most Ada compiler vendors do this to support concurrent tasks, but NeXT gdb
  26. already knows about threads.  But the compiler is so fast, debugging with tracers
  27. is not nearly as painful as it sounds.
  28.  
  29. It interfaces with C easily using the standard Ada pragma interface.
  30. I imagine you could interface with Objective C the same way by calling the
  31. objective C runtime directly.
  32.  
  33. -- 
  34. ---------------------------------------------------
  35. Alex Blakemore alex@cs.umd.edu   NeXT mail accepted
  36.