GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ol(1) FreeBSD General Commands Manual ol(1)

ovm - Owl Lisp virtual machine

ovm heapimage [arg]...

Owl Lisp is a purely functional Lisp based on a subset of R7RS Scheme. Ovm can be used to run precompiled bytecode images of programs.

Ovm needs only one argument, which is the heap image, and the rest of the arguments are passed over to the program.


$ echo '(lambda (args) (print args) 0)' | ol -o demo.fasl
$ ovm demo.fasl 11 22 33
(demo.fasl 11 22 33)
$ (echo '#!/usr/bin/ovm'; cat demo.fasl) > demo
$ chmod +x demo
$ ./demo 11 22 33
(./demo 11 22 33)
$ echo $?
0

ol(1), gcc(1)

Owl Lisp and this manual page were written by Aki Helin <aki.helin@iki.fi>.

December 14, 2011

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.