src/parenscript/hello.paren @ 8f91275f1233

Add Huffman tree encoding and generation
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 21:59:37 +0000
parents 277982735a9d
children 184af4c4e8fc
(in-package #:cl-user)

(defun say-hello (name)
  (alert (+ "Hello, " name "!")))


(say-hello "cocks")