Kk (lowercase kk) is an abbreviation of "okay, okay", meaning yes. The origin of this spelling, rather than the traditional "ok" was text messagingtechnology. When typing with just one thumb, it's easier to type two of the same letters, and therefore the same key, instead of letters on two different keys.
... or haskellier please let me know! :) Here's the code:
;; how to find words like cosmicomics:
;; words which can be split into anagrams by the middleletter
;; PRESENTLY ASSUME THAT ALL WORDS ARE LOWERCASE! how can we type/test for this?
(defparameter *dict* nil)
(defparameter *results* nil)
(defparameter *file* nil)
(defun main ()
(let ((*file* (or (second *posix-argv*)
*file*)))
(funny-...