summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-11-06 21:12:44 -0800
committerKai Stevenson <kai@kaistevenson.com>2025-11-06 21:12:44 -0800
commitcc8eeeb482f279c80ebef17fc5968e73a51b48b8 (patch)
treeab1ae00741148e617af41c57a285e74a6cd5d43d /examples/README.md
parentccaff310c85a64a852d96ee71ecf9640de57ea36 (diff)
add examples
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
new file mode 100644
index 0000000..33c957d
--- /dev/null
+++ b/examples/README.md
@@ -0,0 +1,13 @@
+## A guided tour of KaiScript through examples
+
+Open this in your IDE of choice--make sure your LSP is running so you can inspect types.
+
+1. [Breaking the second wall](./mapper.ts)
+
+2. [Code that does stuff](./runtime.ts)
+
+3. [Useful code](./createFn.ts)
+
+4. [Turing completeness](./branching.ts)
+
+5. [Infinite computation](./recursion.ts)