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