Hacker News new | ask | show | jobs
by creepycrawler 1310 days ago
Sure you can.

    CL-USER> (set-macro-character #\) (get-macro-character #\())
    T
    CL-USER> )format t "Hello")
    Hello
    NIL