From c318ae56561019484190de8b31dabc1c2f89bb74 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 21 Apr 2023 00:58:24 +0200 Subject: xfdf.lisp: Try to recurse over nested fields (WIP) This isn't working yet. I'm working out how to set up the recursion to print fields hierarchically. --- scratch.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scratch.lisp') diff --git a/scratch.lisp b/scratch.lisp index 7e2d577..7723a80 100644 --- a/scratch.lisp +++ b/scratch.lisp @@ -1 +1,3 @@ (ql:quickload "xfdf-test") +(1am:run) +(consp '(1 2 3 4)) -- cgit v1.2.3