executable_wi-show-colors 240 B

12345678
  1. (use-modules (oop goops) (rnrs) (ice-9 colorized))
  2. (activate-colorized)
  3. (define %test
  4. `(this-is-a-symbol 1 2.5 2/5 #\c "asdf" ,(lambda () #t) ,(cons 1 2) ,
  5. (vector 1 2 3) #2u32@2@3((1 2) (3 4)) ,(make-bytevector 10 99) ,<object>))