src/utils.lisp @ b5708cf443c2

Rearrange vendor code
author Steve Losh <steve@stevelosh.com>
date Sun, 21 Aug 2016 17:52:19 +0000
parents fba3d66a6a95
children 184af4c4e8fc
(in-package #:sand.utils)


(defun average4 (a b c d)
  (/ (+ a b c d) 4))