close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

source: branches/f4grobner/boot.lisp

Last change on this file was 3863, checked in by Marek Rychlik, 8 years ago

* empty log message *

File size: 310 bytes
Line 
1;;; -*- Mode: Lisp -*-
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3;; Load this file into SBCL to load system NGROBNER.
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5
6(require :asdf)
7(load "ngrobner.asd")
8(asdf:load-system :ngrobner)
Note: See TracBrowser for help on using the repository browser.