home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sys / amiga / demos / 1574 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.5 KB

  1. Xref: sparky alt.sys.amiga.demos:1574 comp.sys.amiga.applications:8584 comp.sys.amiga.introduction:1501 comp.sys.amiga.marketplace:8822 comp.sys.amiga.misc:16705 comp.sys.amiga.advocacy:28927
  2. Newsgroups: alt.sys.amiga.demos,comp.sys.amiga.applications,comp.sys.amiga.introduction,comp.sys.amiga.marketplace,comp.sys.amiga.misc,comp.sys.amiga.advocacy
  3. Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!sjjohnst
  4. From: sjjohnst@undergrad.math.waterloo.edu (Stephen Johnston)
  5. Subject: Re: Programming
  6. Message-ID: <BxMDz2.CGA@undergrad.math.waterloo.edu>
  7. Summary: Easy to learn programming languages
  8. Keywords: Programming, PACAL, HiSpeed Pascal
  9. Sender:  Stephen J. Johnston
  10. Organization: University of Waterloo
  11. References: <8f0Ztci00XQDEhI1Ur@andrew.cmu.edu> <1992Nov12.141550.11323@Armstrong.EDU>
  12. Date: Thu, 12 Nov 1992 20:23:16 GMT
  13. Lines: 28
  14.  
  15. In article <1992Nov12.141550.11323@Armstrong.EDU> prall968@Armstrong.EDU writes:
  16. > I would like to start writing programs from my amiga. Simple games, utilities
  17. > ...
  18. > working knowlege of Pascal, but pascal code is long a and laborious...
  19.  
  20. On the contrary, I find PASCCAL programming to be fairly easy, especially
  21. compared to C.  I use HiSpeed Pascal regularly for woork at university.  It is
  22. very compatible with Turbo Pascal for the PC's - which is both good and bad.
  23. Good, because the code you write is portable (which I consider a big plus,
  24. since I'm supposed to hand my code in in Turbo Pascal :-) ).  Bad, because
  25. under DOS 1.3 you're program will ALWAYS open a window if run from workbench,
  26. because Turbo Pascal always needs somewhere to write to.  Not a problam with
  27. DOS 2.04, because the window only opens when you writeln or readln.
  28.  
  29. HiSpeed Pascal (HisSoft corporation in the UK) can be purchased from
  30. Creative Computers for about $90, comes on four disks, and has two manuals.
  31. One is a general reference manual, the otheris a technical reference manual.
  32. The four disks cover version for DOS 1.3 and 2.04, as well as 'units' (similar
  33. to C head include files) for both versions of DOS.
  34.  
  35. If you have any questions about HiSpeed Pascal, email me.
  36.  
  37. /===========================+================================================\
  38. \|  Stephen J. Johnston     |      sjjohnst@descartes.uwaterloo.ca      /// |/
  39. /|  Computer Science        |  170 University Ave. West, Suite 12-198  ///  |\
  40. \|  University of Waterloo  |  Why follow, when  /\ |\/| | / _  /\ \\\///   |/
  41. /|  Ontario, Canada         |  you can lead?    /--\|  | | \_/ /--\ \XX/    |\
  42. \===========================+================================================/
  43.