src/parenscript/hello.paren @ dc2c9931b634

SICP streams
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Sep 2016 22:20:37 +0000
parents 277982735a9d
children 184af4c4e8fc
(in-package #:cl-user)

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


(say-hello "cocks")