autocompletion with parley example added by C-Keen on Thu Apr 10 10:39:46 2014

(use apropos parley-auto-completion)

(completion-choices
 (lambda (input position last-word)
   (map symbol->string (apropos-list last-word))))

(word-class '(: (? (* any) whitespace) ($ (+ (~ "()[]")))))

(add-key-binding! #\tab auto-completion-handler)