summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/index.md38
1 files changed, 19 insertions, 19 deletions
diff --git a/html/index.md b/html/index.md
index c8c5024..2c87c45 100644
--- a/html/index.md
+++ b/html/index.md
@@ -16,22 +16,22 @@ rambly; you've been warned.
Some are outdated with regards to the actual implementation of Zisp,
because writing the code often gives you yet another perspective.
-* [Compilation is execution](notes/compile.html)
-* [Everything can be serialized](notes/serialize.html)
-* [Symbols are strings](notes/symbols.html)
-* [Stop the "cons" madness!](notes/cons.html)
-* [A little bit of syntax sugar never hurt anyone](notes/sugar.html)
-* [More immutability](notes/immutable.html)
-* [No shadowing, and fewer `let` forms](notes/let.html)
-* [Return zero values](notes/zero-values.html)
-* [Strict mode: Can't ignore returned values](notes/strict-mode.html)
-* [Only Booleans have truthiness](notes/booleans.html)
-* [Record types](notes/records.html)
-* [Object-oriented programming](notes/oop.html)
-* [Equality and equivalence semantics](notes/equal.html)
-* [NaN-packing](notes/nan.html)
-* [Reader? Decoder? I barely know 'er!](notes/reader.html)
-* [Does the decoder implement macros?](notes/macros.html)
-* [Better syntax-rules?](notes/sr.html)
-* [Cons cell optimization?](notes/fastcons.html)
-* [Using libgccjit?](notes/libgccjit.html)
+* [Compilation is execution](notes/250210-compile.html)
+* [Everything can be serialized](notes/250210-serialize.html)
+* [Symbols are strings](notes/250210-symbols.html)
+* [Stop the "cons" madness!](notes/250210-cons.html)
+* [Syntax sugar](notes/250210-sugar.html)
+* [More immutability](notes/250210-immutable.html)
+* [No shadowing, and fewer `let` forms](notes/250210-let.html)
+* [Return zero values](notes/250210-zero-values.html)
+* [Can't ignore returned values](notes/250210-strict-mode.html)
+* [Only Booleans have truthiness](notes/250210-booleans.html)
+* [Record types](notes/250210-records.html)
+* [Equality and equivalence semantics](notes/250210-equal.html)
+* [NaN-packing](notes/250210-nan.html)
+* [Reader? Decoder? I barely know 'er!](notes/250219-reader.html)
+* [Does the decoder implement macros?](notes/250228-macros.html)
+* [Better syntax-rules?](notes/250228-sr.html)
+* [Cons cell optimization?](notes/250317-fastcons.html)
+* [Bootstrapping](notes/250329-boot.html)
+* [Using libgccjit?](notes/250920-libgccjit.html)