summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/2024-06-01-lisp-icing-or-cake.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2024-06-01-lisp-icing-or-cake.md b/posts/2024-06-01-lisp-icing-or-cake.md
index 0d2479e..36a61b3 100644
--- a/posts/2024-06-01-lisp-icing-or-cake.md
+++ b/posts/2024-06-01-lisp-icing-or-cake.md
@@ -208,7 +208,7 @@ toolchain](https://wingolog.org/archives/2024/05/24/hoots-wasm-toolkit),
and extended Guile’s compiler. It's Lisp all the way until you hit
the browser runtime! We even have a Wasm interpreter that runs on the
Guile VM! Hoot rules! It was a risk but it paid off. On the other
-hand, the canvas API is very high level. The more cake thing to do
+hand, the canvas API is very high-level. The more cake thing to do
would be to use Hoot’s JS FFI to call WebGL and/or WebGPU. Indeed,
this is the plan for the future! Wasm GC needs some improvements to
make this feasible, but my personal goal is to get Chickadee ported to