diff options
-rw-r--r-- | art/ramen_noodles.png | bin | 0 -> 22946 bytes | |||
-rw-r--r-- | posts/SDL2_devlog.md | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/art/ramen_noodles.png b/art/ramen_noodles.png new file mode 100644 index 0000000..ae4bac7 --- /dev/null +++ b/art/ramen_noodles.png | |||
Binary files differ | |||
diff --git a/posts/SDL2_devlog.md b/posts/SDL2_devlog.md index f3b019f..216e7b3 100644 --- a/posts/SDL2_devlog.md +++ b/posts/SDL2_devlog.md | |||
@@ -5,6 +5,17 @@ on the editor. The days are listed in reverse chronological | |||
5 | order, begin from the bottom, if this is your first time on | 5 | order, begin from the bottom, if this is your first time on |
6 | this page. | 6 | this page. |
7 | 7 | ||
8 | ### Day 13 | ||
9 | |||
10 | I added a few more forms to the `lisp` evaluator. It handles | ||
11 | recursion, definitions, variable mutation and more. The | ||
12 | prelude contains 20 subroutines so far, including | ||
13 | comparision and logic operators. The REPL interface on the | ||
14 | SDL side requires some UX tweaks; environment based | ||
15 | completion, readline motions sound doable. | ||
16 | |||
17 | ![Day 13](https://u.peppe.rs/u3.mp4) | ||
18 | |||
8 | ### Day 12 | 19 | ### Day 12 |
9 | 20 | ||
10 | I lifted most of | 21 | I lifted most of |