From 53ab016bcb85e1b8924440907309b7b89449ca6f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 27 Oct 2016 16:29:52 -0700 Subject: Starting repo for clink. This is old code developed in 2005 to replace the "clisp-link" script in the CLISP project with GNU Makefile rules. * Makefile: New file. * binding.lisp: New file. * call-in.lisp: New file. * call-out.c: New file. * clink.mk: New file. * main.lisp: New file. --- main.lisp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main.lisp (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp new file mode 100644 index 0000000..75ffce3 --- /dev/null +++ b/main.lisp @@ -0,0 +1,2 @@ +(defun main () + (call-out "hello")) -- cgit v1.2.3