File: fe2.lisp

package info (click to toggle)
cl-contextl 1%3A0.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 296 kB
  • ctags: 327
  • sloc: lisp: 3,150; makefile: 29
file content (11 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
(asdf:oos 'asdf:load-op :contextl)
(compile-file "figure-editor-2.lisp")
(load "figure-editor-2")
(in-package :contextl-user)
(run-test-2)

#+allegro (excl:exit)
#+clozure (ccl:quit)
#+cmu (ext:quit)
#+ecl (si:quit)
#+sbcl (sb-ext:quit)