blob: 33c957d9814b92df761972e04cde0b2d35c62170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|