talks: let's move all the talks vocabs to its own hierarchy

db4
Björn Lindqvist 2015-10-25 00:59:59 +02:00
parent ea5ceabca7
commit cdd0f28a6f
37 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: slides help.markup ;
IN: chicago-talk
IN: talks.chicago-talk
CONSTANT: chicago-slides
{

View File

@ -6,7 +6,7 @@ locals kernel.private help.vocabs assocs quotations
urls peg.ebnf tools.annotations tools.crossref
help.topics math.functions compiler.tree.optimizer
compiler.cfg.optimizer fry ;
IN: galois-talk
IN: talks.galois-talk
CONSTANT: galois-slides
{
@ -230,7 +230,7 @@ CONSTANT: galois-slides
"Help markup is just literal data"
{ "Look at the help for " { $link T{ link f + } } }
"These slides are built with the help system and a custom style sheet"
{ $vocab-link "galois-talk" }
{ $vocab-link "talks.galois-talk" }
}
{ $slide "Why stack-based?"
"Because nobody else is doing it"

View File

@ -6,7 +6,7 @@ locals kernel.private help.vocabs assocs quotations
urls peg.ebnf tools.annotations tools.crossref
help.topics math.functions compiler.tree.optimizer
compiler.cfg.optimizer fry ;
IN: google-tech-talk
IN: talks.google-tech-talk
CONSTANT: google-slides
{

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: slides help.markup math math.private kernel sequences
slots.private ;
IN: jvm-summit-talk
IN: talks.jvm-summit-talk
CONSTANT: jvm-summit-slides
{

View File

@ -1,6 +1,6 @@
USING: slides help.markup math arrays hashtables namespaces
sequences kernel parser memoize ;
IN: minneapolis-talk
IN: talks.minneapolis-talk
CONSTANT: minneapolis-slides
{

View File

@ -7,7 +7,7 @@ tools.annotations tools.crossref help.topics math.functions
compiler.tree.optimizer compiler.cfg.optimizer fry
ui.gadgets.panes tetris tetris.game combinators generalizations
multiline sequences.private ;
IN: otug-talk
IN: talks.otug-talk
: $tetris ( element -- )
drop [ <default-tetris> <tetris-gadget> gadget. ] ($block) ;
@ -78,11 +78,11 @@ CONSTANT: otug-slides
}
{ $slide "Data flow combinators - cleave family"
{ { $link bi } ", " { $link tri } ", " { $link cleave } }
{ $image "resource:extra/otug-talk/bi.tiff" }
{ $image "resource:extra/talks/otug-talk/bi.tiff" }
}
{ $slide "Data flow combinators - cleave family"
{ { $link 2bi } ", " { $link 2tri } ", " { $link 2cleave } }
{ $image "resource:extra/otug-talk/2bi.tiff" }
{ $image "resource:extra/talks/otug-talk/2bi.tiff" }
}
{ $slide "Data flow combinators"
"First, let's define a data type:"
@ -101,19 +101,19 @@ CONSTANT: otug-slides
}
{ $slide "Data flow combinators - spread family"
{ { $link bi* } ", " { $link tri* } ", " { $link spread } }
{ $image "resource:extra/otug-talk/bi_star.tiff" }
{ $image "resource:extra/talks/otug-talk/bi_star.tiff" }
}
{ $slide "Data flow combinators - spread family"
{ { $link 2bi* } }
{ $image "resource:extra/otug-talk/2bi_star.tiff" }
{ $image "resource:extra/talks/otug-talk/2bi_star.tiff" }
}
{ $slide "Data flow combinators - apply family"
{ { $link bi@ } ", " { $link tri@ } ", " { $link napply } }
{ $image "resource:extra/otug-talk/bi_at.tiff" }
{ $image "resource:extra/talks/otug-talk/bi_at.tiff" }
}
{ $slide "Data flow combinators - apply family"
{ { $link 2bi@ } }
{ $image "resource:extra/otug-talk/2bi_at.tiff" }
{ $image "resource:extra/talks/otug-talk/2bi_at.tiff" }
}
{ $slide "Shuffle words"
"When data flow combinators are not enough"
@ -258,7 +258,7 @@ var price = (order == null ? null : order.price);" }
"Help markup is just literal data"
{ "Look at the help for " { $link T{ link f + } } }
"These slides are built with the help system and a custom style sheet"
{ $vocab-link "otug-talk" }
{ $vocab-link "talks.otug-talk" }
}
{ $slide "The VM"
"Lowest level is the VM: ~12,000 lines of C"

View File

@ -3,7 +3,7 @@
USING: assocs combinators constructors eval help.markup kernel
multiline namespaces parser sequences sequences.private slides
vocabs.refresh words fry ;
IN: tc-lisp-talk
IN: talks.tc-lisp-talk
CONSTANT: tc-lisp-slides
{

View File

@ -6,7 +6,7 @@ locals kernel.private help.vocabs assocs quotations urls
peg.ebnf tools.annotations tools.crossref help.topics
math.functions compiler.tree.optimizer compiler.cfg.optimizer
fry ;
IN: vpri-talk
IN: talks.vpri-talk
CONSTANT: vpri-slides
{
@ -273,7 +273,7 @@ CONSTANT: vpri-slides
"Help markup is just literal data"
{ "Look at the help for " { $link T{ link f + } } }
"These slides are built with the help system and a custom style sheet"
{ $vocab-link "vpri-talk" }
{ $vocab-link "talks.vpri-talk" }
}
{ $slide "Some line counts"
"VM: 12,000 lines of C"