fork download
  1. (loop for code from (+) to (- char-code-limit (*))
  2. for c = (code-char code)
  3. if (and (standard-char-p c)
  4. (graphic-char-p c))
  5. do (set-macro-character c (lambda (_ c) (princ c))))
  6.  
  7. hello world
  8.  
Success #stdin #stdout 1.27s 535040KB
stdin
Standard input is empty
stdout
hello world