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

11 lines
192 B
Bash

#!/bin/sh
# GCL in interpreted mode
GCL_ANSI=1
export GCL_ANSI
GCL=${GCL:-gclcvs}
make clean optimize-files
${GCL} -load sysdep/setup-gcl.lisp -load do-interpret-script.lisp -eval '(quit)'