
* Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689
7 lines
218 B
Scheme
7 lines
218 B
Scheme
(require mzlib/process)
|
|
|
|
(define name (vector-ref (current-command-line-arguments) 0))
|
|
|
|
(system (format "csc -no-warnings -no-trace -no-lambda-info -optimize-level 3 -block -lambda-lift ~a.sch"
|
|
name))
|