diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-01-09 19:45:38 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-01-09 19:45:38 -0500 |
| commit | 4de18d91b1f52fff0a4ca3fcf9dcce2eb4cd0986 (patch) | |
| tree | 50a75b902fd376316b8301ec5c35cf2340bf3319 /haunt | |
| parent | b6945c7816d2004405353eff6a32c8781cc531ec (diff) | |
Update bookmarks
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/data/blogroll.scm | 13 | ||||
| -rw-r--r-- | haunt/data/bookmarks.scm | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/haunt/data/blogroll.scm b/haunt/data/blogroll.scm index 331a921..7aefb9d 100644 --- a/haunt/data/blogroll.scm +++ b/haunt/data/blogroll.scm @@ -1,4 +1,15 @@ -'(("Adam Sawicki" +'(("The Brown PLT Blog" + "https://blog.brownplt.org/" + ("compilers" + "functional-programming")) + ("Curiosity Didn't Kill The Coder" + "https://p0ly.com/" + ("c++" + "game-development" + "graphics" + "programming" + "video-games")) + ("Adam Sawicki" "http://asawicki.info/" ("c++" "game-development" diff --git a/haunt/data/bookmarks.scm b/haunt/data/bookmarks.scm index 7f46716..865f83e 100644 --- a/haunt/data/bookmarks.scm +++ b/haunt/data/bookmarks.scm @@ -119,6 +119,9 @@ ("The General Problem" "https://generalproblem.net/" ("compilers" "functional-programming" "guile" "lisp" "programming" "scheme" "x86")) + ("Reflecting on Transducers" + "https://www.thatgeoguy.ca/blog/2023/01/04/reflections-on-transducers/" + ("functional-programming" "lisp" "programming" "scheme")) ("What the Hero Sees: Field-of-View for Roguelikes " "http://journal.stuffwithstuff.com/2015/09/07/what-the-hero-sees/" ("programming" |