fix (sources): change operators
gen-sequence: replace operators nconc and nreverse by append and reverse
| | |
| | | |
| | | |
| | | collect |
| | | (let* ((second (nconc (list first-harmony) external-list)) |
| | | (let* ((second (append (list first-harmony) (reverse external-list))) |
| | | (first (car (last second)));6000 6700 |
| | | (second (let* ((temp-base database) |
| | | |
| | |
| | | |
| | | |
| | | |
| | | (nreverse (push second external-list)) |
| | | (push second external-list) |
| | | (values second)))))) |
| | | |
| | | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |