ecl/examples/embed/hello-lisp.lisp
Daniel Kochmański 94e4e9bf04 examples: add more C code to embed example
Including printing the result and funcalling lambda with arguments.
2017-08-11 12:09:04 +02:00

3 lines
58 B
Common Lisp

(defun hello-lisp ()
(format t "hello-lisp!~%")
:foo)