***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-_g
<daviid>heyhey :), callback support in g-golf - entirely written in scheme, needs to complete a few things, further test, but the machinery is in and working - https://imgur.com/ntHOrRh <stis>I have a string->number implementation now that reads doubles 2X faster than guile's internal <stis>reading floats to guile's reals is 10X faster <chrislck>daviid: i figure the api in g-golf is short to prevent (gtk-...) all over the place... how do you override (append ...) without trampling on srfi-1? <tohoyn>chrislck: BTW, in Theme-D-Intr that problem is handled <stis>I fixed the writer regarding float values in bytevectors of type f32 <stis>the issue is that guile converts to double and then prints it which is ugly as there is a lot of noise <stis>Another thing that is missing is reading reals defined in hex/oct/binary <stis>Those format has the property that it is exact. That's harder for the decimal representation and the construction of the real number is faster ***rgherdt_ is now known as rgherdt
<stis>current figures 5X faster to read a double, 10X faster to read a float compered to string->number <daviid>sneek: later tell tohoyn i still have some house keeping, cleaning work, then i'll push those changes related to calback support in g-golf, hopefully tonight, maybe later, but will let you know