changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp.sk

changeset 655: 65102f74d1ae
parent: 5b2ca5b2a9db
child: cc89b337384b
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 16 Sep 2024 21:28:33 -0400
permissions: -rw-r--r--
description: some optimizations, may have muddied the waters with cli-opt a bit though.. tbd
1 ;;; lisp.sk --- core/lisp skelfile -*- mode: skel; -*-
2 :name "core/lisp"
3 :src "lisp"
4 :description "CC Lisp Core"
5 :components
6 ((:lisp-system "prelude.asd")
7  (:lisp-system "user.asd")
8  (:lisp-system "core.asd")
9  (:lisp-system "std/std.asd"))