repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some basic letsimp tests based on bug #3950
[maxima.git]
/
share
/
graphs
/
load-graphs.lisp
blob
bdcf3ce3c4ab2bbb4fd79afc80918c6127b9e09a
1
(
in-package
#
-gcl
#:
maxima
#+
gcl
"MAXIMA"
)
2
3
#+(
or
ecl abcl
) (
$load
"lisp-utils/defsystem.lisp"
)
4
5
(
load
(
merge-pathnames
(
make-pathname
:
name
"graphs"
:
type
"system"
) (
maxima-load-pathname-directory
)))
6
7
(
mk
:
oos
"graphs"
:
compile
)