summaryrefslogtreecommitdiffstats
path: root/call-in.lisp
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-27 16:29:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-27 16:29:52 -0700
commit53ab016bcb85e1b8924440907309b7b89449ca6f (patch)
tree865db22e13e478b06fccf9d164df803e9562390c /call-in.lisp
parentdbbf8084e8e4d6c30bf38d649c6cbbb2c86c0134 (diff)
downloadclink-master.tar.gz
clink-master.tar.bz2
clink-master.zip
Starting repo for clink.HEADmaster
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.
Diffstat (limited to 'call-in.lisp')
-rw-r--r--call-in.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/call-in.lisp b/call-in.lisp
new file mode 100644
index 0000000..e6b82b3
--- /dev/null
+++ b/call-in.lisp
@@ -0,0 +1,2 @@
+(defun call-in (x)
+ (format t "(call-in ~a)~%" x))