mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-03 07:51:35 -08:00
An example on how to embed ECL using C compilers and ASDF.
This commit is contained in:
parent
efec0ee048
commit
83e8057bd1
5 changed files with 39 additions and 0 deletions
1
examples/embed/hello-lisp.lisp
Normal file
1
examples/embed/hello-lisp.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
(defun hello-lisp () (format t "hello-lisp!~%"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue