@@ 161,35 161,35 @@ who make our world a better place.
# Impressum following http://www.ebokks.de/2012/08/09/selbstverleger-und-die-impressumspflicht/
# and http://www.studienkreis-presserecht.de/main/gesetze-lpg-Baden.htm
-/The cover is made by VHR and Arne Babenhauserheide and builds on [[https://www.flickr.com/photos/msvg/4533044418/][Green Tree Python]] from Michael Gil, licensed under the [[https://creativecommons.org/licenses/by/2.0/][creativecommons attribution license]], and [[https://www.gnu.org/software/guile/graphics/][Guile GNU Goatee]] from Martin Grabmüller, licensed under [[http://gnu.org/l/gpl][GPLv3 or later]]. It follows the time-honored tradition of ignoring the real history of the name Python./
-
-/© 2014--2015 Arne Babenhauserheide/
-
-/Cover and Illustration: VHR and Arne Babenhauserheide, images from Michael Gil and Martin Grabmüller./
-
-/Released: 2015-09/
-
-/Editing: Arne Babenhauserheide/
-
-# /Lektorat, Korrektorat: Arne Babenhauserheide/
-
-/Contributions by Ludovic Courtes (Ludo), Clinton (Unknown Lamer), David Thompson (davexunit), Mark Witmer and Mu Lei (NalaGinrut)/
-
-/Publisher: Arne Babenhauserheide, Spöcker Str. 10, 76676 Graben-Neudorf, Germany/
-
-/This book is licensed as [[http://copyleft.org][copyleft]] [[http://freedomdefined.org][free culture]] under the [[http://gnu.org/l/gpl][GPLv3 or later]]. Except for the title image, it is copyright (c) 2014--2015 Arne Babenhauserheide. Get the source or buy other versions from [[http://draketo.de/py2guile][draketo.de/py2guile]]. You can find a plain html version at [[http://draketo.de/proj/py2guile][draketo.de/proj/py2guile]]./
-
-# /This is the [[https://freenetproject.org][Freenet]] exclusive ebook. If you got it via other channels, please install [[https://freenetproject.org][Freenet]] and share it there! \\ https://freenetproject.org \\ when free speech dies we need a place to organise!/
-
-/This is the free preview-version. If you enjoy this book, please consider buying py2guile from [[http://draketo.de/py2guile][draketo.de/py2guile]] as ebook or in print (ISBN: 9783737568401)./
-
-# /This is the paid digital version -- that’s awesome! Thank you for buying py2guile and supporting Free Culture!/
-
-# /You can download the digital companion to your book from http://draketo.de/dl/4c043c26-py2guile-rev1-dc.zip/
-
-# /Thank you for buying py2guile and supporting Free Culture!/
-
-# /This is the digital companion to the printed book -- that’s awesome! Thank you for buying py2guile and supporting Free Culture!/
+The cover is made by VHR and Arne Babenhauserheide and builds on [[https://www.flickr.com/photos/msvg/4533044418/][Green Tree Python]] from Michael Gil, licensed under the [[https://creativecommons.org/licenses/by/2.0/][creativecommons attribution license]], and [[https://www.gnu.org/software/guile/graphics/][Guile GNU Goatee]] from Martin Grabmüller, licensed under [[http://gnu.org/l/gpl][GPLv3 or later]]. It follows the time-honored tradition of ignoring the real history of the name Python.
+
+© 2014--2015 Arne Babenhauserheide
+
+Cover and Illustration: VHR and Arne Babenhauserheide, images from Michael Gil and Martin Grabmüller.
+
+Released: 2015-09
+
+Editing: Arne Babenhauserheide
+
+# Lektorat, Korrektorat: Arne Babenhauserheide
+
+Contributions by Ludovic Courtes (Ludo), Clinton (Unknown Lamer), David Thompson (davexunit), Mark Witmer and Mu Lei (NalaGinrut)
+
+Publisher: Arne Babenhauserheide, Spöcker Str. 10, 76676 Graben-Neudorf, Germany
+
+This book is licensed as [[http://copyleft.org][copyleft]] [[http://freedomdefined.org][free culture]] under the [[http://gnu.org/l/gpl][GPLv3 or later]]. Except for the title image, it is copyright (c) 2014--2015 Arne Babenhauserheide. Get the source or buy other versions from [[http://draketo.de/py2guile][draketo.de/py2guile]]. You can find a plain html version at [[http://draketo.de/proj/py2guile][draketo.de/proj/py2guile]].
+
+# This is the [[https://freenetproject.org][Freenet]] exclusive ebook. If you got it via other channels, please install [[https://freenetproject.org][Freenet]] and share it there! \\ https://freenetproject.org \\ when free speech dies we need a place to organise!
+
+This is the free preview-version. If you enjoy this book, please consider buying py2guile from [[http://draketo.de/py2guile][draketo.de/py2guile]] as ebook or in print (ISBN: 9783737568401).
+
+# This is the paid digital version -- that’s awesome! Thank you for buying py2guile and supporting Free Culture!
+
+# You can download the digital companion to your book from http://draketo.de/dl/4c043c26-py2guile-rev1-dc.zip
+
+# Thank you for buying py2guile and supporting Free Culture!
+
+# This is the digital companion to the printed book -- that’s awesome! Thank you for buying py2guile and supporting Free Culture!
#+latex: \clearpage
@@ 775,7 775,7 @@ And I’m pretty sure that somewhere out there someone already defined a list-comp macro which does exactly that. Let’s see…
***** Great Looping Constructs in Guile Scheme
-…and one question on IRC later ([[http://webchat.freenode.net?randomnick=1&channels=%23guile][\#guile @ irc.freenode.net]])[fn:16] I learned that I was right: [[http://srfi.schemers.org/srfi-42/srfi-42.html][SRFI-42 (eager comprehensions)]] offers list-comprehension while [[<http://mumble.net/~campbell/scheme/foof-loop.txt][foof-loop]] provides the loop-macro.
+…and one question on IRC later ([[http://webchat.freenode.net?randomnick=1&channels=%23guile][\#guile @ irc.freenode.net]])[fn:16] I learned that I was right: [[http://srfi.schemers.org/srfi-42/srfi-42.html][SRFI-42 (eager comprehensions)]] offers list-comprehension while [[http://mumble.net/~campbell/scheme/foof-loop.txt][foof-loop]] provides the loop-macro.
****** SRFI-42