#CommonLisp #Mastoquestions #prettyPrinting
So I do want to pretty print some forms, but I don't want the "oh this is a when form" pretty printing. What to do?
(princ '((when the first atom is when this happens)))
(princ '((but otherwise this happens))
#commonlisp #mastoquestions #prettyprinting