Joram Schrijver
Joram Schrijver
Is there a reason this wasn't merged? It opens up the possibility for binary patterns as suggested in #29 too.
@guicho271828 The `vector*` pattern in Trivia isn't actually the same. Whereas the one in this PR behaves like `list*`: ``` lisp (match #(1 2 3 4) ((vector* a b c)...
No rush. Several months ago, working on a little game project, I was looking for this functionality and couldn't find it. That project hasn't seen any activity for a while...
I would really like to see this merged. Right now I'm running a special worker just to keep the channel from accumulating endless amounts of return values.
I ran into this after updating to the newest beta. Reverting to the latest release did not fix the issue, but unplugging and re-plugging the headset (fully, including power) before...
For such generators, I think a better solution for allowing `nil` as a value of the collection would be to use multiple values. Something like `(values element present-p)`, where `present-p`...
> We might need to do that That indeed seems like a good solution. > Is it OK if we don't slide this into 2.7? Fine by me! I've worked...