aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-26 13:11:43 +0000
committerAkshay <[email protected]>2021-03-26 13:11:43 +0000
commit2f85f7cf8728d74ae50bf851b462874b6ce17c81 (patch)
treede0a9e848dd7ab9b9babe77a540808ea0fb2f335 /posts
parentfcdbdba7b12f1091af2add9c4b767dac46fb098a (diff)
new art post: Ramen Noodles
Diffstat (limited to 'posts')
-rw-r--r--posts/SDL2_devlog.md11
1 files changed, 11 insertions, 0 deletions
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
5order, begin from the bottom, if this is your first time on 5order, begin from the bottom, if this is your first time on
6this page. 6this page.
7 7
8### Day 13
9
10I added a few more forms to the `lisp` evaluator. It handles
11recursion, definitions, variable mutation and more. The
12prelude contains 20 subroutines so far, including
13comparision and logic operators. The REPL interface on the
14SDL side requires some UX tweaks; environment based
15completion, readline motions sound doable.
16
17![Day 13](https://u.peppe.rs/u3.mp4)
18
8### Day 12 19### Day 12
9 20
10I lifted most of 21I lifted most of