Welcome! Please see the About page for a little more info on how this works.
This code prints {{32}} while I'd expect it to print {{20}}.
(require 'cljs.pprint) (binding [cljs.pprint/*print-base* 16] (cljs.pprint/pprint 0x20))
In Clojure, the equivalent code with {{clojure.pprint}} prints {{20}}.