head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	97.03.13.17.20.34;	author wware;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@echo 'STATS FOR GCL'
time gcl <<EndStuff > /dev/null
(load "lisp.o")
(load "ncad023.o")
(load "forces.o")
(load "hackv.o")
(g)
EndStuff

echo 'STATS FOR CLISP'
time clisp <<EndStuff > /dev/null
(load "lisp.fas")
(load "ncad023.fas")
(load "forces.fas")
(load "hackv.fas")
(g)
EndStuff

echo 'STATS FOR MZSCHEME'
time mzscheme <<EndStuff > /dev/null
(load "scheme.scm")
(load "ncad023.scm")
(load "forces.scm")
(load "hackv.scm")
(g)
EndStuff
@
