[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scheme in Scheme on Wasm in the browser
From: |
Tom Whitcomb |
Subject: |
Re: Scheme in Scheme on Wasm in the browser |
Date: |
Fri, 15 Dec 2023 17:32:29 +0000 (UTC) |
OMG. This is awesome.
On Friday, December 15, 2023 at 07:35:09 AM PST, Thompson, David
<dthompson2@worcester.edu> wrote:
Hey Guilers,
It's new blog post day over at Spritely! In this post, we build a
small "metacircular evaluator", SICP style, and run it in the browser
with Guile Hoot. This interpreter, while very simple (lacking
top-level variable binding, error handling, and more!), is a stepping
stone on the path towards a fully featured Guile REPL in the browser!
We walk through all the code used to build it and the result is
embedded directly into the post so you can play around with it if you
want. :)
https://spritely.institute/news/scheme-in-scheme-on-wasm-in-the-browser.html
Hope you enjoy!
- Dave