From 2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 13 Feb 2026 17:32:00 -0500 Subject: Update --- y.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 y.lisp (limited to 'y.lisp') diff --git a/y.lisp b/y.lisp new file mode 100644 index 0000000..5e9218b --- /dev/null +++ b/y.lisp @@ -0,0 +1,5 @@ +(setq! Y + (lambda (f) + (funcall + (lambda (x) (funcall f (funcall x x))) + (lambda (x) (funcall f (funcall x x)))))) -- cgit v1.2.3