Skip to content

Commit

Permalink
Sync lispowords
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed Jan 31, 2024
1 parent a41c921 commit 8648ea4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .lispwords
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
(define-solution 2)
(define-test 2)
(destructuring-bind 2)
(doalist 1)
(dohash 1)
(dolist 1)
(dolistl 1)
(dolists 1)
(dorange 1)
(dorange 1)
(dorangei 1)
(doseq 1)
(doseq 1)
(doseqs 1)
(dosublists 1)
(dotimes 1)
(ecase 1)
(flet 1)
Expand All @@ -23,6 +26,7 @@
(handler-case 1)
(if 1)
(if-let 1)
(if-not 1)
(labels 1)
(lambda 1)
(let 1)
Expand All @@ -41,10 +45,14 @@
(test 1)
(tests 1)
(unless 1)
(unless-already-seen 1)
(until 1)
(unwind-protect 1)
(when 1)
(when-let 1)
(when-not 1)
(while 1)
(while-not 1)
(with-gensyms 1)
(with-input-from-string 1)
(with-open-file 1)
Expand Down

0 comments on commit 8648ea4

Please sign in to comment.