repo.or.cz
/
CommonLispStat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move guidance code examples into documentation and clean up current TODO tasks.
[CommonLispStat.git]
/
src
/
algorithms
/
tour.lisp
blob
4645cf9d439736ff356a6d83d800f0fe110234bf
1
2
3
(
defmacro
tour
(())
4
"
5
6
(do-tour ((:projection p)
7
(:interpolation i))
8
(forms providing display d))
9
10
"
11
)
12
13
(
defclass
projection
()
14
)
15
16
(
defclass
interpolate
()
17
)
18