This website requires JavaScript.
Explore
Help
Sign In
Zander671
/
glisp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a469e137b4920d2bdb9cb06ec208705032742150
glisp
/
lisp
/
kernel.gl
T
5 lines
121 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Work on functions
2026-01-29 00:00:05 -08:00
;; -*- mode: lisp-data -*-
(print (funcall (let ((te 'a))
Fix double free
2026-01-29 00:05:02 -08:00
(lambda (b &optional (a te ap)) a)) 2 3))
Reference in New Issue
Copy Permalink