summaryrefslogtreecommitdiff
path: root/website/posts/back-from-the-european-lisp-symposium.sxml
blob: 3ecc2b4a23bcdda796edbb7c667003bf8b9f037f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(begin
  (use-modules (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))
    (content
      div
      (p "The "
         (a (@ (href "http://www-sop.inria.fr/members/Manuel.Serrano/conferences/els13.html"))
            "European Lisp Symposium")
         " (ELS) is over now, and it’s 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!"
         (br))
      (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!)."
         (br)))))