New egg: srfi-227

2023-04-19 Thread Shawn Wagner
Implementation of the given SRFI (Optional Arguments, for easier writing of functions with, yes, optional arguments). Release-info: https://raw.githubusercontent.com/shawnw/chicken-srfi-227/master/srfi-227.release-info-5 Documentation: http://wiki.call-cc.org/eggref/5/srfi-227 test-new-egg

Re: New egg: srfi-227

2023-04-19 Thread Mario Domenech Goulart
Hi Shawn, On Wed, 19 Apr 2023 02:54:52 -0700 Shawn Wagner wrote: > Implementation of the given SRFI (Optional Arguments, for easier writing of > functions with, yes, optional arguments). > > Release-info: >

Re: New egg: srfi-227

2023-04-19 Thread Shawn Wagner
On Wed, Apr 19, 2023 at 2:11 PM Mario Domenech Goulart wrote: > Hi Shawn, > [...] > > Some notes: > > * let-optionals is also provided by the chicken.base module > > * define-optionals is also provided by the miscmacros egg > > I haven't checked if the syntax/semantics are the same as the >