Homoiconic C (HC) is a single universal language for code and data.
This repository contains a web interface for HC. It is written in TypeScript, and can run as a standalone webpage (static/index.html).
We also use a Deno server, primarily for development mode.
open static/index.html
deno task start &
sleep 1 && open http://localhost:8000/local
kill %deno