Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defmethod print-object template for Common Lisp #57

Open
jgarte opened this issue Jul 1, 2024 · 2 comments
Open

defmethod print-object template for Common Lisp #57

jgarte opened this issue Jul 1, 2024 · 2 comments

Comments

@jgarte
Copy link
Contributor

jgarte commented Jul 1, 2024

This is Common Lisp boiler plate that would be great to have as a template:

(defmethod print-object ((s binary-ring-stream) stream)
  (print-unreadable-object (s stream :type t)
    (format stream "buffer=~a" (stream-buffer s))))

I might try to work on this soon. We currently don't have uniquely Common Lisp templates.

@Crandel
Copy link
Owner

Crandel commented Jul 2, 2024

Feel free to create a PR

@jgarte
Copy link
Contributor Author

jgarte commented Jul 2, 2024

Feel free to create a PR

Story of time in my life. JK ⌚ 😆

Will try to do soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants