1
0
mirror of synced 2026-02-27 09:28:48 +00:00
Files
Interlisp.medley/cl-bench/run-ecli.sh
Larry Masinter 02ed8d4bf4 add cl-benchmarks
benchmarks probably belong under internal/benchmarks
2020-09-16 23:17:10 -07:00

13 lines
163 B
Bash

#!/bin/sh
#
# ECL in interpreted mode
ECL=ecl
make clean optimize-files
${ECL} <<EOF
(load "sysdep/setup-ecl.lisp")
(load "do-interpret-script.lisp")
(quit)
EOF