From e24978c647188c9b80563b535462a794e6eaa52b Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Tue, 6 Jan 2026 05:00:18 +0100 Subject: Update notes structure / index. --- notes/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 notes/index.md (limited to 'notes') diff --git a/notes/index.md b/notes/index.md new file mode 100644 index 0000000..63ef532 --- /dev/null +++ b/notes/index.md @@ -0,0 +1,24 @@ +# Notes + +* [Compilation is execution](250210-compile.html) +* [Everything can be serialized](250210-serialize.html) +* [Symbols are strings](250210-symbols.html) +* [Stop the "cons" madness!](250210-cons.html) +* [Syntax sugar](250210-sugar.html) +* [More immutability](250210-immutable.html) +* [No shadowing, and fewer `let` forms](250210-let.html) +* [Return zero values](250210-zero-values.html) +* [Can't ignore returned values](250210-strict-mode.html) +* [Only Booleans have truthiness](250210-booleans.html) +* [Record types](250210-records.html) +* [Equality and equivalence semantics](250210-equal.html) +* [NaN-packing](250210-nan.html) +* [Reader? Decoder? I barely know 'er!](250219-reader.html) +* [Does the decoder implement macros?](250228-macros.html) +* [Better syntax-rules?](250228-sr.html) +* [Cons cell optimization?](250317-fastcons.html) +* [Numeric tower](250329-numbers.html) +* [Bootstrapping](250329-boot.html) +* [Using libgccjit?](250920-libgccjit.html) +* [Goals](250920-goals.html) +* [A full-stack programming language](260102-full-stack.html) -- cgit v1.2.3