On Feb 27, 2:50 am, Konrad Hinsen wrote:
> The attached patch to clojure.core fixes the printing problem for
> types that have no implementation of print-method. When such objects
> are printed or converted to strings, an infinite loop leads to a
> stack overflow. The reason is that the :defaul
The attached patch to clojure.core fixes the printing problem for
types that have no implementation of print-method. When such objects
are printed or converted to strings, an infinite loop leads to a
stack overflow. The reason is that the :default implementation for
print-method calls str o