home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / comal.lzh / COMAL / POSTER < prev    next >
Encoding:
Text File  |  1991-08-16  |  2.1 KB  |  44 lines

  1. ------------------------------------------------
  2. comaldoc.lzh    83072  Approx time (min): 86 at 300 baud, 21 at 1200 baud
  3. Contributed by: jventola  Date: Thu Dec 21 16:28:39 1989
  4.  Comal examples and docs for use with ComalDemo.lzh
  5. This .lzh contains textfiles about COMAL and binary
  6. programs that can be run with AmigaCOMAL or the demo
  7. of it.  Get ComalDemo.lzh if you want to do more than
  8. just read the textfiles.
  9.   Decompress with: LHARC -a -x x ComalDoc.lzh
  10. Enjoy. 
  11.   // jventola
  12. Keywords: $binary amigacomal comal education other.language programming
  13. Download count: 5
  14. ------------------------------------------------
  15. comaldemo.lzh  184832  Approx time (min):190 at 300 baud, 48 at 1200 baud
  16. Contributed by: jventola  Date: Thu Dec 21 16:28:18 1989
  17. Demo of Amiga COMAL. Get ComalDoc.lzh too.
  18.    ComalDemo.lzh and ComalDoc.lzh together constitute a complete
  19. AmigaCOMAL demo, missing only SAVE.
  20.    COMAL is an incremental p-code compiler (i.e. an interpreted
  21. language) from Denmark whose design purpose was to combine the
  22. modern structured approach of Pascal with the ease of use and
  23. interactivity of BASIC. COMAL runs on IBM, VAX, CP/M, C-64,
  24. Amiga, and various European operating systems. It includes a
  25. complete turtle graphics package, is perfect for education, yet
  26. is powerful enough for applications programming: AmigaCOMAL
  27. supports low level programming and C-like structures.
  28.    In ComalDemo.lzh there are numerous Packages (external
  29. programs in Assembler, C, or COMAL itself) that COMAL can use. In
  30. the ComalDoc.lzh are example programs and docs--including a
  31. fascinating account of the history of the language from Borge
  32. Christensen himself.
  33.    To uncompress the files use: LHARC -a -x x filename.lzh
  34.    AmigaCOMALdemo expects to be on a disk called ComalDemo. You
  35. can do that, or use an ASSIGN, or run the INSTALL program to
  36. change the defaults, which are saved in the .preferences file.
  37. Install.sav is a COMAL program, as is the HELP package it uses.
  38. It gives a good example of COMAL programming and its use of
  39. packages.
  40.  
  41. Keywords: $binary comal demo eductation graphics programming turtle
  42. Download count: 6
  43. ------------------------------------------------
  44.