Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Yonle@yonle@fedinet.waltuh.cyou (2026-08-18 05:33:48)
(define (bubble x)
(print
(if x
"bubble"
"not bubble")))

Lisp is basically what happens when a mermaid created a programming language.
Reply