home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-04 | 926 b | 50 lines |
- .name
- Lamda
- .type
- Compiler
- .short
- A Scheme interpreter with GUI
- .description
- A SCHEME interpreter (a LISP-like language from M.I.T.),
- implemented as a commodity with font sensitive GUI
- (just drop your sources in an AppIcon or in an AppWindow).
- Source examples and arexx scripts included.
- .version
- 0.7
- .date
- 1995.01.23
- .author
- Guichard Damien
- .requirements
- WB 2.0+
- .distribution
- Copyrighted but Freely Redistributable
- .docs
- Contents
- ReadMe
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- dev/lang
- .execute
- set choice `RequestChoice "Lambda" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- cd Lambda
- MetaTool Lambda.guide GUIDE
- cd /
- endif
-
- if $choice EQ "3"
- Installer Install APPNAME Lambda DEFUSER NOVICE MINUSER NOVICE
- endif
-