[Chicken-users] Bug with #:optional in args egg?

2017-06-19 Thread Diego A. Mundo
With the example on the args eggref (http://wiki.call-cc.org/eggref/4/args#examples) slightly modified to this: #!/usr/local/bin/csi -script (use args) (define opts (list (args:make-o

Re: [Chicken-users] Bug with #:optional in args egg?

2017-06-19 Thread Diego A. Mundo
#:optional in args egg? Local Time: June 20, 2017 1:17 AM UTC Time: June 20, 2017 5:17 AM From: v.schneiderm...@gmail.com To: Diego A. Mundo chicken-users@nongnu.org Hello Diego, I"m not sure whether this is a bug and fixing it is desired. If changed, it would affect existing programs using

[Chicken-users] r6rs-bytevectors for chicken 5

2019-02-28 Thread Diego A. Mundo
airly minimal and trivial. - It implements a couple flonum operations in C - It has fairly extensive tests, which I've converted to use the test egg. It'd be nice to have this in the egg repo for Chicken 5, assuming I haven't made