home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / lang / lambda / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-04  |  926 b   |  50 lines

  1. .name
  2. Lamda
  3. .type
  4. Compiler
  5. .short
  6. A Scheme interpreter with GUI
  7. .description
  8. A SCHEME interpreter (a LISP-like language from M.I.T.),
  9. implemented as a commodity with font sensitive GUI
  10. (just drop your sources in an AppIcon or in an AppWindow).
  11. Source examples and arexx scripts included.
  12. .version
  13. 0.7
  14. .date
  15. 1995.01.23
  16. .author
  17. Guichard Damien
  18. .requirements
  19. WB 2.0+
  20. .distribution
  21. Copyrighted but Freely Redistributable
  22. .docs
  23. Contents
  24. ReadMe
  25. .described-by
  26. Richard Fish (rjf@amigalib.com)
  27. .submittal
  28. Submitted on disk directly by the author.
  29. .aminet-dir
  30. dev/lang
  31. .execute
  32. set choice `RequestChoice "Lambda" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool ReadMe TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   cd Lambda
  43.   MetaTool Lambda.guide GUIDE
  44.   cd /
  45. endif
  46.  
  47. if $choice EQ "3"
  48.   Installer Install APPNAME Lambda DEFUSER NOVICE MINUSER NOVICE
  49. endif
  50.