guix-artwork/website/posts/back-from-the-european-lisp...

36 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(begin
(use-modules (apps base templates components)
(apps base utils)
(srfi srfi-19))
`((title . "Back from the European Lisp Symposium")
(author . "Ludovic Courtès")
(date unquote (make-date 0 0 0 0 5 6 2013 7200))
(tags unquote (list "Functional package management"
"Talks"
"Transactional upgrades"))
(content
(p "The "
(a (@ (href "http://www-sop.inria.fr/members/Manuel.Serrano/conferences/els13.html"))
"European Lisp Symposium")
" (ELS) is over now, and its been pleasant experience: thoughtful discussions, beautiful city, and parentheses all around. Thanks to all the Lispers and Schemers who made it to ELS for the friendly atmosphere!")
(p "The slides of the talk I gave on the design and implementation of Guix are "
(a (@ (href "http://www.gnu.org/software/guix/guix-els-20130603.pdf"))
"available on-line")
". Nick Levine also published "
(a (@ (href "http://www.nicklevine.org/els2013/"))
"audio recordings")
" of most of the talks (thanks!).")
(audio
(@ (src "http://www.nicklevine.org/els2013/ludovic-courtes.mp3")
(controls "controls"))
;; Fallback content.
(div
(@ (class "action-box centered-text"))
,(button-big
#:label "DOWNLOAD AUDIO"
#:url "http://www.nicklevine.org/els2013/ludovic-courtes.mp3")
(p "(MP3, 40 minutes, 38 MiB)"))))))