Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
ilc2010
Commits
f33340d2
Commit
f33340d2
authored
Sep 30, 2010
by
Robert P. Goldman
Browse files
Merge my header comments with Fare's.
parents
ccdaf214
e2806ac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ilc2010-presentation.rkt
View file @
f33340d2
...
...
@@ -3,6 +3,9 @@
;;; Slides for ILC talk about ASDF2, October 2010
;;; Time budget = 30 minutes of presentation time.
;;; Should be not more than 15 slides (not counting the outlines).
;; http://www.common-lisp.net/project/asdf/ilc2010-presentation.rkt
;; This document is available under the bugroff license.
;; _bugroff: http://tunes.org/legalese/bugroff.html
(
define
*width*
1024
)
(
define
*height*
768
)
;700
...
...
@@ -36,36 +39,36 @@
(
lambda
(
kw
kv
.
l
)
(
keyword-apply
slide
kw
kv
(
spacing
l
)))))
(
define
outline
(
define
outline
(
let
([
sub-para
(
lambda
l
(
para
#:width
(
*
3
/4
(
current-para-width
))
l
))])
(
make-outline
'nutshell
"Part I: What is ASDF?"
(
make-outline
'nutshell
"Part I: What is ASDF?"
#f
'two
"Part II: Hot-patching ASDF"
'two
"Part II: Hot-patching ASDF"
(
lambda
(
tag
)
(
vl-append
(
sub-para
"Why is this critical?"
)
(
sub-para
"Why was it hard?"
)
(
sub-para
"How did we manage?"
)))
'three
"Part III: Configuration"
'three
"Part III: Configuration"
(
lambda
(
tag
)
(
vl-append
(
sub-para
"Finding input systems"
)
(
sub-para
"Finding compiled files"
)))
'four
"Part IV: Best practices"
'four
"Part IV: Best practices"
#f
'five
"Part V: Lessons learned"
#f
'six
"Part VI: Future directions"
#f
'end
"Conclusion"
'end
"Conclusion"
#f
)))
;; FIXME: Get title to agree with paper title
...
...
@@ -83,7 +86,7 @@
(
outline
'nutshell
)
(
xlide
(
xlide
#:title
"Summary"
@para
{
"What
were
we
doing?"
}
@item
{
"Fixing
up
ASDF"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment