Syncing to home
[tsl.git] / ls-user.lisp
blob575227c0175bed396e68bff1b0353f85e39cbd89
1 ;;; -*- mode: lisp -*-
2 ;;; Copyright (c) 2005--2007, by A.J. Rossini <blindglobe@gmail.com>
3 ;;; See COPYRIGHT file for any additional restrictions (BSD license).
4 ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp.
7 (in-package :cl-user)
9 (defpackage :lisp-stat-user
10 (:documentation "Experimentation package for LispStat. Serious work
11 should be packaged up elsewhere for reproducibility.")
12 (:nicknames :ls-user)
13 (:use :common-lisp
14 :lisp-stat)
15 (:shadowing-import-from :lisp-stat-object-system
16 slot-value call-method call-next-method))
18 (in-package :lisp-stat-user)