aboutsummaryrefslogtreecommitdiffstats
path: root/scratch.lisp
diff options
context:
space:
mode:
authorTeddy Wing2023-04-21 00:58:24 +0200
committerTeddy Wing2023-04-21 00:58:24 +0200
commitc318ae56561019484190de8b31dabc1c2f89bb74 (patch)
treee2fa6bb1b9fd3e69d420e1b8cde8fe4989d19f04 /scratch.lisp
parent2dd22dd3e49e29eedc9e5794cdfc0f851a9db6be (diff)
downloadxfdf-c318ae56561019484190de8b31dabc1c2f89bb74.tar.bz2
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.
Diffstat (limited to 'scratch.lisp')
-rw-r--r--scratch.lisp2
1 files changed, 2 insertions, 0 deletions
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))