Skip Navigation

Common Lisp Formatted Output

mastodon.sdf.org screwlisp (@screwtape@mastodon.sdf.org)

@nil@functional.cafe 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...

screwlisp (@screwtape@mastodon.sdf.org)

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
0 comments