non-dead link about scheme's history
[mudsync.git] / worlds / bricabrac.scm
index 2b0db93039f86786a3ae1bf105c1afeeb14bc8da..6dc44878fb0667be676aee2bfec4948210d4b633 100644 (file)
@@ -473,6 +473,8 @@ hands!")))
    #:allocation #:each-subclass
    #:init-thunk (build-props
                  '((hd-platter? . #t))))
+  (take-me? #:allocation #:each-subclass
+            #:init-value #t)
   (name #:allocation #:each-subclass
         #:init-value "a glowing disc")
   (desc #:allocation #:each-subclass
@@ -2241,7 +2243,7 @@ comments, and so on flowing from node to node."
       (p
        (ul
         (li (b "Scheme") " "
-            (a "http://cs.au.dk/~hosc/local/HOSC-11-4-pp399-404.pdf"
+            (a "https://en.wikipedia.org/wiki/History_of_the_Scheme_programming_language"
                "was originally started ")
             " to explore the " (b "actor model")
             ". (It became more focused around studying the " (b "lambda calculus")