Compare commits

..

No commits in common. "c9226c40527780ae117e8e8c77b7ef9b18931ec8" and "765c4ecaccb6687cc67111e2c36229454e39f814" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View file

@ -1,10 +0,0 @@
(load "utils.lisp")
(defun main ()
(loop with seen
with fmt = (read-line)
for len = 10 then (length sentence)
for sentence = (format nil fmt len)
until (member len seen)
do (nunionf seen (list len))
do (format t "~3d ~a~%" (length sentence) sentence)))

View file

@ -629,8 +629,7 @@
(abbrevs dbind destructuring-bind
mvbind multiple-value-bind
mvsetq multiple-value-setq
λ lambda)
mvsetq multiple-value-setq)
;; not great
(defmacro propmacro (propname)