changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/user.lisp

changeset 661: 39170f311b8c
parent: 0ac1bd8f55eb
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 21 Sep 2024 00:04:33 -0400
permissions: -rw-r--r--
description: add sk-def and sk-bind
1 ;;; lisp/user.lisp --- CC Lisp User Environments
2 
3 ;; Top-level namespaces accessible to user lisps.
4 
5 ;;; Code:
6 (in-package :std-user)
7 (defpkg :user (:use :std-lisp :std-user))