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
Fix bug #3996: parse_string fails to parse string which contains semicolon
[maxima.git]
/
archive
/
src
/
minima
/
init.lsp
blob
6048df3e32e0cc14d457a6b11d9acdcd169fe033
1
(
cond
((
and
(
find-package
"MAXIMA"
)
2
(
fboundp
(
intern
"$SOLVE"
'
maxima
))))
3
(
t
(
and
(
find-package
"SLOOP"
) (
load
"sysdef.lisp"
))) )
4
(
proclaim
'(
optimize
(
safety
2
) (
speed
2
) (
space
2
)))