Compare commits
No commits in common. "c9226c40527780ae117e8e8c77b7ef9b18931ec8" and "765c4ecaccb6687cc67111e2c36229454e39f814" have entirely different histories.
c9226c4052
...
765c4ecacc
2 changed files with 1 additions and 12 deletions
|
@ -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)))
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue