web page: videos link and other small changes
This commit is contained in:
parent
4c4161ce2b
commit
6f2ff6af49
|
@ -46,3 +46,16 @@
|
||||||
@i{Programming Languages: Application and Interpretation}})
|
@i{Programming Languages: Application and Interpretation}})
|
||||||
|
|
||||||
(define* -bootstrap @make-link["http://www.bootstrapworld.org/"]{Bootstrap})
|
(define* -bootstrap @make-link["http://www.bootstrapworld.org/"]{Bootstrap})
|
||||||
|
|
||||||
|
(provide -rcon)
|
||||||
|
(define (-rcon #:year [year #f]
|
||||||
|
[body (if year
|
||||||
|
(format "~a" year)
|
||||||
|
"RacketCon")])
|
||||||
|
(make-link (string-append
|
||||||
|
"http://con.racket-lang.org/"
|
||||||
|
(case year
|
||||||
|
[(2011) "2011/"]
|
||||||
|
[(#f 2012) ""]
|
||||||
|
[else (error 'rcon "unknown year: ~e" year)]))
|
||||||
|
body))
|
||||||
|
|
|
@ -13,13 +13,13 @@
|
||||||
resources for developers, RacketCon, blog, and more.}]{
|
resources for developers, RacketCon, blog, and more.}]{
|
||||||
@mailing-lists-quick
|
@mailing-lists-quick
|
||||||
@irc-quick
|
@irc-quick
|
||||||
@parlist[@strong{PLT Scheme Inc.}
|
@parlist[@strong{RacketCon}
|
||||||
|
@text{@-rcon{RacketCon} is our annual conference: @-rcon[#:year 2012] and @-rcon[#:year 2011].}]
|
||||||
|
@parlist[@strong{PLT Design Inc.}
|
||||||
@text{@blog — announcements, helpful hints, and thoughtful rants.}
|
@text{@blog — announcements, helpful hints, and thoughtful rants.}
|
||||||
@text{@a[href: "http://twitter.com/#!/racketlang"]{Twitter}
|
@text{@a[href: "http://twitter.com/#!/racketlang"]{Twitter}
|
||||||
— random racket bits.}
|
— random Racket bits.}
|
||||||
@text{@people — the people behind Racket.}
|
@text{@people — the people behind Racket.}]
|
||||||
@text{@a[href: "http://con.racket-lang.org/"]{RacketCon}
|
|
||||||
— our annual conference.}]
|
|
||||||
@parlist[@strong{Development}
|
@parlist[@strong{Development}
|
||||||
@text{@git (also available on
|
@text{@git (also available on
|
||||||
@a[href: "http://github.com/plt/racket/"]{GitHub}).}
|
@a[href: "http://github.com/plt/racket/"]{GitHub}).}
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
worthwhile for experience programmers who are new to “functional
|
worthwhile for experience programmers who are new to “functional
|
||||||
programming.”}
|
programming.”}
|
||||||
@text{@-plai — a textbook on programming languages.}]
|
@text{@-plai — a textbook on programming languages.}]
|
||||||
|
@parlist[@strong{Videos}
|
||||||
|
@text{See the @a[href: "https://github.com/plt/racket/wiki/Videos"]{videos page at the Racket wiki}.}]
|
||||||
@parlist[
|
@parlist[
|
||||||
@strong{Outreach}
|
@strong{Outreach}
|
||||||
@text{@-pbd — a workshop to train teachers using @-htdp in the
|
@text{@-pbd — a workshop to train teachers using @-htdp in the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user