Work on functions

This commit is contained in:
2026-01-29 00:00:05 -08:00
parent 22ffac9321
commit 5029405a70
12 changed files with 292 additions and 123 deletions

4
lisp/kernel.gl Normal file
View File

@ -0,0 +1,4 @@
;; -*- mode: lisp-data -*-
(print (funcall (let ((te 'a))
(lambda (b &optional (a te)) a)) 2))