IRC channel logs

2018-02-09.log

back to list of logs

<manumanumanu>Can I have arbitrary precision floating point (not ratnums) in guile? not
<lloda>manumanumanu: that would be great. MPFR? racket has https://docs.racket-lang.org/math/bigfloat.html
<lloda>but it doesn't do generic ops
<lloda>(+ 1 (bf 1.0)) -> contract violation
<lloda>hm
<manumanumanu>for when you need bigfloats, that is something I could live with
<manumanumanu>I could probably write a decent interface to that.
<lloda>I'd use it
<amz3>o/
<OrangeShark>hello everyone
<amz3>streaming (or streamable?) immutable databases ftw!