Results 168 comments of Alex Shinn

The link from https://synthcode.com/wiki/chibi-scheme is correct, if there are any other bad links I'll fix them, and otherwise try to redirect if the trailing slash is omitted.

Thanks for the report! There are passing tests for non-greedy matching, I'm not sure why this case fails. I think it's because the **regexp as a whole is still greedy**....

The point is the template pattern is `( )`, i.e. a single element after the ellipsis. So: ``` (... c ... d) ``` is simply invalid. I should probably update...

It's an escaping mechanism. `...` inside `` are _not_ handled specially. So the most trivial case is indeed `(... ...)` to insert a literal `...` which you otherwise can't do....

I don't have time myself but patches are welcome. If you can keep it small and non-intrusive it can go into `(chibi io)`, otherwise a separate library would be better.

> The other ‘core’ changes, as noted above, are: square bracket support in the reader (#883); Support for customizing square brackets is fine. Note it's likely the default behavior will...

(That was confusing, I at first read the name as "Juliana Shinn" and wondered when my sister had started programming...) Thank you for the detailed report! This looks like either...

``` (bitwise-ior 4756225156975034538 11529219719034833984) ``` consistently produces the correct result for me. Probably a GC bug in one of the C coded bitwise operators, let me audit the code.