misc-extensions
misc-extensions copied to clipboard
The GMap iteration macro, plus a few other useful macros.
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...