metabang-bind
metabang-bind copied to clipboard
bind is let and much much more
Results
2
metabang-bind issues
Sort by
recently updated
recently updated
newest added
the metabang-bind documentation says it supports destructuring `(:re pattern vars...` if cl-ppcre is present but it seems the code is started but not finished or enabled. mmontone made a fork...
Hi, with the changes from https://github.com/gwkkwg/metabang-bind/issues/9 something like ```lisp (bind (((a &rest nil) '(1 2 3))) (print a)) ``` no longer works. Was this by accident and could be fixed...