On Tuesday, 10 May 2016 10:11:58 UTC+1, Simon Brooke wrote:
>
> On Monday, 9 May 2016 16:55:59 UTC+1, Alex Miller wrote:
>>
>> Clojure is designed with enough extensibility to modify the printer and
>> reader to cover this case.
>>
>> You can define a custom print strategy for these types by exten
On Monday, 9 May 2016 16:55:59 UTC+1, Alex Miller wrote:
>
> Clojure is designed with enough extensibility to modify the printer and
> reader to cover this case.
>
> You can define a custom print strategy for these types by extending the
> print-dup multimethod. If you print it as a tagged litera
"'Simon Brooke' via Clojure" writes:
> I'm working on some complex analysis where it takes about twelve hours to
> construct the model to be analysed. Once it's constructed I'm doing various
> interactive things to explore it, but I can't currently persist it in a
> form in which it can be rea
Clojure is designed with enough extensibility to modify the printer and
reader to cover this case.
You can define a custom print strategy for these types by extending the
print-dup multimethod. If you print it as a tagged literal, you can also
define a custom reader that can read it back as the
I'm working on some complex analysis where it takes about twelve hours to
construct the model to be analysed. Once it's constructed I'm doing various
interactive things to explore it, but I can't currently persist it in a
form in which it can be read back in, so that when the REPL session ends i