Re: Egg release: matrico 0.3

2022-09-16 Thread Wolfgang Corcoran-Mathe
Hi Christian,

On 2022-09-17 00:52 +0200, Christian Himpe wrote:
> I released version 0.3 of the "matrico" egg

Nice work!  I spent some time playing with it today, though I’ve
barely scratched the surface.  Thanks for continuing to improve
this egg.

It’s a little pedantic for ‘mx’ to reject an exact-integer val
argument:

(mx 2 2 0) ; error -- 0 isn’t a flonum

The conversion is easy.

-- 
Wolfgang Corcoran-Mathe  



Egg release: matrico 0.3

2022-09-16 Thread Christian Himpe
Dear All,

I released version 0.3 of the "matrico" egg: 
http://wiki.call-cc.org/eggref/5/matrico .

Feedback is, as always, very much appreciated

Christian

PS: @Wolf: As by your suggestion, the default optimization level for this egg 
is now `-O3`.