misc-extensions icon indicating copy to clipboard operation
misc-extensions copied to clipboard

The GMap iteration macro, plus a few other useful macros.

Results 4 misc-extensions issues
Sort by recently updated
recently updated
newest added

Cleaner code from macros interacts better with mutation testing.

Hello Scott, I wanted to clone the misc-extensions repository, but could not find the code. There is a repository on GitHub, but it is not yours: https://github.com/VincentToups/misc-extensions I know I...

So if you do something like ```common-lisp (let ((x ...) ((x (+ (* 3 x x) (* 4 x) 7)))) (declare (fixnum x)) ...) ``` both `x` bindings get declared...

In `fn`, if a parameter's name is simply `_`, it should be replaced by a gensym and given an `ignore` declaration. Come to think of it, this wouldn't be a...