summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-02 17:39:47 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-02 17:39:47 +0100
commitf730a8ce05d6e5ffcbf0553c9366935c6387050e (patch)
tree754fd51ec5a3c5c7483478f9debf704906c7367d
parente987549a3aeff832d8def287f24726b91112f907 (diff)
Organize www/
-rw-r--r--src/www/index.gsp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/www/index.gsp b/src/www/index.gsp
index 884aafc..8d8d606 100644
--- a/src/www/index.gsp
+++ b/src/www/index.gsp
@@ -101,6 +101,7 @@ html lang="en" {
}
h3 {-Assorted Links}
+ h7 {-For those unfamiliar with Lisp}
ul {
li {
m4_ab
@@ -109,6 +110,10 @@ html lang="en" {
cite {-Why Lisp Macros are Cool}
}
}
+ }
+
+ h7 {-Alternative approaches to common problems}
+ ul {
li {
m4_ab
href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc"
@@ -120,7 +125,18 @@ html lang="en" {
m4_ab
href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell"
{
- cite {-The Inferno Shell}
+ cite {-Sh — The Inferno Shell}
+ }
+ }
+ }
+
+ h7 {-Interesting talks (these are videos)}
+ ul {
+ li {
+ m4_ab
+ href="https://www.youtube.com/watch?v=HxaD_trXwRE"
+ {
+ cite {-Lexical Scanning in Go — Rob Pike}
}
}
}