projects
/
clnl
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prims - Implement let
[clnl]
/
bin
/
run.lisp
1
(setf *compile-print* nil)
2
(require 'asdf)
3
(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :INHERIT-CONFIGURATION))
4
(asdf:load-system :clnl)
5
(clnl:run)