![]() |
![]()
| ![]() |
![]()
NAMEovm - Owl Lisp virtual machine SYNOPSISovm heapimage [arg]... DESCRIPTIONOwl Lisp is a purely functional Lisp based on a subset of R7RS Scheme. Ovm can be used to run precompiled bytecode images of programs. OPTIONSOvm needs only one argument, which is the heap image, and the rest of the arguments are passed over to the program. EXAMPLES $ echo '(lambda (args) (print args) 0)' | ol -o demo.fasl
SEE ALSOol(1), gcc(1) AUTHOROwl Lisp and this manual page were written by Aki Helin <aki.helin@iki.fi>.
|