One of the cool things about working at @spritely is the morning calls; after we do our morning check-in, and there is usually something interesting we are working on, we usually spend a few minutes talking about "topics of interest" in the tech space.

Today @dthompson and I talked about:

- Carp and other statically typed lisps (thx to @vv for filling me in on her recent experiences)
- How targeting WASM-4 as a playground would be a good way to experiment with building a new "low level lisp" (we've done some wasm-4 stuff before) https://wasm4.org/
- The 6502 / NES emulator literate program *book* that @kingcons wrote which is really cool https://redlinernotes.com/docs/cl-6502.pdf
- asi64, a 6502 assembler written in Racket https://docs.racket-lang.org/asi64/index.html
- Our mutual interest in using propagators for type solving and flow analysis (see section 5.7 of https://dspace.mit.edu/handle/1721.1/49525 )

Fun stuff!

WASM-4

Build retro games using WebAssembly for a fantasy console

@cwebber @spritely @dthompson @vv

cl-6502 is long dormant but I spent the summer of 2022 twitch streaming the development of Clones, a more complete (but still unfinished) NES emulator. I feel like it is a mostly superior design as with many opportunities to try again, this time using the wonderful mgl-pax library from @melisgl for docs.

I should try to find some time for really fleshing it out, literate-style, like I did with cl-6502 though. 😅

https://clones.kingcons.io/

Clones - An NES Emulator