See! I have applied that concept I mentioned about #scheme
and lambdas sometimes being extra.
;; I just changed the latter to the former
(sqli:map-row list db sql)
;;(sqli:map-row (lambda (a b c d e f g) (list a b c d e f g)) db sql)
That is so fun to be like "oh that can be drastically simplified, it
can't be that simple?!?!".
* I do not mind the longer version AT ALL. I would be
completely satisfied with it if i had to use it.
#lisp
and lambdas sometimes being extra.
;; I just changed the latter to the former
(sqli:map-row list db sql)
;;(sqli:map-row (lambda (a b c d e f g) (list a b c d e f g)) db sql)
That is so fun to be like "oh that can be drastically simplified, it
can't be that simple?!?!".
* I do not mind the longer version AT ALL. I would be
completely satisfied with it if i had to use it.
#lisp