Add new libe

This commit is contained in:
Ertuğrul Çetin 2025-04-25 10:40:11 +03:00 committed by GitHub
parent c86a6edee0
commit d8fbf77b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -337,6 +337,7 @@ keymap ; => {:a 1, :b 2, :c 3}
; Records, Protocols, Multimethods ; Records, Protocols, Multimethods
;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;
(defprotocol Greeter (greet [this])) (defprotocol Greeter (greet [this]))
(defrecord Person [name] (defrecord Person [name]