aboutsummaryrefslogtreecommitdiff
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
parentfcdbdba7b12f1091af2add9c4b767dac46fb098a (diff)
new art post: Ramen Noodles
-rw-r--r--art/ramen_noodles.pngbin0 -> 22946 bytes
-rw-r--r--posts/SDL2_devlog.md11
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
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