]> gitweb.factorcode.org Git - factor-talks.git/commitdiff
minor updates main
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 20:10:29 +0000 (13:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 20:10:29 +0000 (13:10 -0700)
chicago-talk/chicago-talk.factor
galois-talk/galois-talk.factor
google-tech-talk/google-tech-talk.factor
hmc-talk/hmc-talk.factor
jvm-summit-talk/jvm-summit-talk.factor
minneapolis-talk/minneapolis-talk.factor
otug-talk/otug-talk.factor
svfig-talk/svfig-talk.factor
tc-lisp-talk/tc-lisp-talk.factor
vpri-talk/vpri-talk.factor

index aa6208cf936ab8f9558ba81d0cc6c5c5477ee97b..6b2ee33506a2134435eddc997c9dfa39f52721b9 100644 (file)
@@ -1,12 +1,12 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup ;
 IN: chicago-talk
 
 CONSTANT: chicago-slides
 {
     { $slide "factor"
-      { $url "http://factorcode.org" }
+      { $url "https://factorcode.org" }
     }
     { $slide "goals"
       "high level language"
index a942419e160ee28d937e01bf310343d871901973..592a9702fab70a9532cd0d6200484fd9a3a314e1 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup math arrays hashtables namespaces
 sequences kernel parser memoize io.encodings.binary
 locals kernel.private help.vocabs assocs quotations
@@ -11,7 +11,7 @@ IN: galois-talk
 CONSTANT: galois-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "Influenced by Forth, Lisp, and Smalltalk"
@@ -281,10 +281,10 @@ CONSTANT: galois-slides
         "Mark sweep for native code"
     }
     { $slide "Project infrastructure"
-        { $url "http://factorcode.org" }
-        { $url "http://concatenative.org" }
-        { $url "http://docs.factorcode.org" }
-        { $url "http://planet.factorcode.org" }
+        { $url "https://factorcode.org" }
+        { $url "https://concatenative.org" }
+        { $url "https://docs.factorcode.org" }
+        { $url "https://planet.factorcode.org" }
         "Uses our HTTP server, SSL, DB, Atom libraries..."
     }
     { $slide "Project infrastructure"
index 8c8524fe2d04244f2c1fafec29cbabe1a720a392..7e6822f61ee7c882c7e262d1c522fe7422aa0d97 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup math arrays hashtables namespaces
 kernel sequences parser memoize io.encodings.binary
 locals kernel.private help.vocabs assocs quotations
@@ -11,7 +11,7 @@ IN: google-tech-talk
 CONSTANT: google-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "First result for \"Factor\" on Google :-)"
@@ -297,7 +297,7 @@ CONSTANT: google-slides
     }
     { $slide "The parser"
         { "Example: URLs define a " { $link POSTPONE: URL" } " word" }
-        { $code "URL\" http://paste.factorcode.org/paste?id=81\"" }
+        { $code "URL\" https://paste.factorcode.org/paste?id=81\"" }
     }
     { $slide "Example: memoization"
         { "Memoization with " { $link POSTPONE: MEMO: } }
@@ -523,10 +523,10 @@ CONSTANT: google-slides
         "Mark sweep for native code"
     }
     { $slide "Project infrastructure"
-        { $url "http://factorcode.org" }
-        { $url "http://concatenative.org" }
-        { $url "http://docs.factorcode.org" }
-        { $url "http://planet.factorcode.org" }
+        { $url "https://factorcode.org" }
+        { $url "https://concatenative.org" }
+        { $url "https://docs.factorcode.org" }
+        { $url "https://planet.factorcode.org" }
         "Uses our HTTP server, SSL, DB, Atom libraries..."
     }
     { $slide "Project infrastructure"
index 18a7e5f274a65286519182bd2ed919742f95d9a7..a9a23edaca50eb062bbb80bcfb210c05fd2439ce 100644 (file)
@@ -5,7 +5,7 @@ IN: hmc-talk
 CONSTANT: hmc-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "Influenced by Forth, Lisp, and Smalltalk"
@@ -313,11 +313,11 @@ CONSTANT: hmc-slides
     }
 
     { $slide "Project infrastructure"
-        { $url "http://factorcode.org" }
-        { $url "http://concatenative.org" }
-        { $url "http://docs.factorcode.org" }
-        { $url "http://planet.factorcode.org" }
-        { $url "http://paste.factorcode.org" }
+        { $url "https://factorcode.org" }
+        { $url "https://concatenative.org" }
+        { $url "https://docs.factorcode.org" }
+        { $url "https://planet.factorcode.org" }
+        { $url "https://paste.factorcode.org" }
         "Uses our HTTP server, SSL, DB, Atom libraries..."
     }
     { $slide "Project infrastructure"
@@ -378,7 +378,7 @@ CONSTANT: hmc-slides
             "\"hello\" play-as-morse"
         }
         { $code
-            "USE flip-text"
+            "USE: flip-text"
             "\"hello\" flip-text ."
         }
     }
index 4eda5c28e357b6a55e6b099f1dd1b6d7a6e0161e..80b3e0a7e4dbbfdb245f2922912d5f527b00edc6 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup math math.private kernel sequences
 slots.private ;
 IN: jvm-summit-talk
@@ -11,7 +11,7 @@ CONSTANT: jvm-summit-slides
         "We want a language for anything from scripting DSLs to high-performance numerics"
         "I assume you know a bit about compiler implementation: parser -> frontend -> optimizer -> codegen"
         { "This is " { $strong "not" } " a talk about the Factor language" }
-        { "Go to " { $url "http://factorcode.org" } " to learn the language" }
+        { "Go to " { $url "https://factorcode.org" } " to learn the language" }
     }
     { $slide "Why are dynamic languages slow?"
         "Branching and indirection!"
index 7c0a02cdfd3320d91155a03fe5798ac40e8cb2b9..f2d03a636b4f5a9e8a5cb5cf356ae8b66175e742 100644 (file)
@@ -170,7 +170,7 @@ CONSTANT: minneapolis-slides
         "Factor development began in 2003"
         "About a dozen contributors"
         "Handful of \"core contributors\""
-        { "Web site: " { $url "http://factorcode.org" } }
+        { "Web site: " { $url "https://factorcode.org" } }
         "IRC: #concatenative on irc.freenode.net"
         "Mailing list: factor-talk@lists.sf.net"
     }
index 59c81543d97879830dd37302b2fe6090848770a5..f56feb67b2871165a204adedd001d185f89e9012 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup math arrays hashtables namespaces
 kernel sequences parser memoize io.encodings.binary
 locals kernel.private help.vocabs assocs quotations
@@ -15,7 +15,7 @@ IN: otug-talk
 CONSTANT: otug-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "Influenced by Forth, Lisp, and Smalltalk"
@@ -303,10 +303,10 @@ var price = (order == null ? null : order.price);" }
         "Eliminate redundant computations (value numbering)"
     }
     { $slide "Project infrastructure"
-        { $url "http://factorcode.org" }
-        { $url "http://concatenative.org" }
-        { $url "http://docs.factorcode.org" }
-        { $url "http://planet.factorcode.org" }
+        { $url "https://factorcode.org" }
+        { $url "https://concatenative.org" }
+        { $url "https://docs.factorcode.org" }
+        { $url "https://planet.factorcode.org" }
         "Uses our HTTP server, SSL, DB, Atom libraries..."
     }
     { $slide "Project infrastructure"
index 1c60d51666a19c453bf58b3a0968c29e10b148b2..3009b85b486f58fd34763755f99832a532ad5df1 100644 (file)
@@ -489,7 +489,7 @@ SYNOPSIS
             "\"hello\" play-as-morse"
         }
         { $code
-            "USE flip-text"
+            "USE: flip-text"
             "\"hello\" flip-text ."
         }
         { $code
index 8bda96005a21dcce0ac48676ff90ce39b9e14d9c..504f6ac547bc50d0ec0dfd48b3793439003fa9d6 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: assocs combinators constructors eval help.markup kernel
 multiline namespaces parser sequences sequences.private slides
 vocabs.refresh words fry ;
@@ -8,7 +8,7 @@ IN: tc-lisp-talk
 CONSTANT: tc-lisp-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "Influenced by Forth, Lisp, and Smalltalk"
index bd081580d7d0ef99845b999f85cbb15e34f65156..e82f9fd3fa876501390e2e3651a4184b0cc210ef 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: slides help.markup math arrays hashtables namespaces
 kernel sequences parser memoize io.encodings.binary
 locals kernel.private help.vocabs assocs quotations urls
@@ -11,7 +11,7 @@ IN: vpri-talk
 CONSTANT: vpri-slides
 {
     { $slide "Factor!"
-        { $url "http://factorcode.org" }
+        { $url "https://factorcode.org" }
         "Development started in 2003"
         "Open source (BSD license)"
         "Influenced by Forth, Lisp, and Smalltalk"
@@ -442,10 +442,10 @@ CONSTANT: vpri-slides
         "Got rid of interpreter"
     }
     { $slide "Project infrastructure"
-        { $url "http://factorcode.org" }
-        { $url "http://concatenative.org" }
-        { $url "http://docs.factorcode.org" }
-        { $url "http://planet.factorcode.org" }
+        { $url "https://factorcode.org" }
+        { $url "https://concatenative.org" }
+        { $url "https://docs.factorcode.org" }
+        { $url "https://planet.factorcode.org" }
         "Uses our HTTP server, SSL, DB, Atom libraries..."
     }
     { $slide "Project infrastructure"