non-dead link about scheme's history
[mudsync.git] / worlds / bricabrac.scm
index 87cd1c683c89eaa897f4beb78466b0e5b6507d60..6dc44878fb0667be676aee2bfec4948210d4b633 100644 (file)
@@ -411,6 +411,7 @@ the four essential freedoms: ")
 English language surrounding the word 'free' have lead to a lot of terminology debates."))
     #:goes-by '("scroll of teletype" "scroll of teletype paper" "teletype scroll"
                 "teletype paper" "scroll" "four freedoms"
+                "paper"
                 "scroll of teletype paper holding the software Four Freedoms"
                 "scroll of teletype paper holding the software four freedoms"))
    ('lobby:orange-cat-phone
@@ -472,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
@@ -2240,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")