summaryrefslogtreecommitdiff
path: root/website/posts/back-from-the-european-lisp-symposium.sxml
diff options
context:
space:
mode:
Diffstat (limited to 'website/posts/back-from-the-european-lisp-symposium.sxml')
-rw-r--r--website/posts/back-from-the-european-lisp-symposium.sxml20
1 files changed, 20 insertions, 0 deletions
diff --git a/website/posts/back-from-the-european-lisp-symposium.sxml b/website/posts/back-from-the-european-lisp-symposium.sxml
new file mode 100644
index 0000000..648e122
--- /dev/null
+++ b/website/posts/back-from-the-european-lisp-symposium.sxml
@@ -0,0 +1,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\x92s 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)))))