Common Lisp Formatted Output
Common Lisp Formatted Output
mastodon.sdf.org screwtape (@[email protected])
@[email protected] For silly example (not demonstrating pretty printing indentation levels and line width though) (uiop:define-package :fmt (:export escape eg)) (in-package :fmt) (defun +escape+ (stream arg &rest unused) (declare (ignore arg unused)) (format stream "~a[~dm" #\escape arg)) (defu...
I do use code like I tooted there. Hex UTF-8 ~aesthetic, ~<Indentation levels~>, c~@(~s~)ses, READ~s, {iteration^ ~}, conditional:[s], word/numbers, ~/function:calls/, goto (~*well they're not all boring). Links or lemmy-replies (leplies?) to formatted output controls?
0 comments