home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / lambda / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  968b  |  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. LAB Start
  33. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  34. if $choice GT "0"
  35.   if $choice EQ "1"
  36.     MetaTool ReadMe TEXT
  37.   else
  38.     if $choice EQ "2"
  39.       cd Lambda
  40.       MetaTool Lambda.guide GUIDE
  41.       cd /
  42.     else
  43.       if $choice EQ "3"
  44.         Installer Install
  45.       endif
  46.     endif
  47.   endif
  48.   skip Start BACK
  49. endif
  50.