sub run_lisp { my ($lisp_code) = @_; my $lisp_result; $lisp_result = `lisp_interpreter $lisp_code`; return($lisp_result); }
In reply to Re: Is there a way to call lisp from perl?
by Anonymous Monk
in thread Is there a way to call lisp from perl?
by tphyahoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |