A bot that can evaluate uxn code.
cc src/uxnasm.c -o uxnasm && cc src/uxnbot.c -o uxnbot
uxnasm program.tal program.rom && uxnbot program.rom
Inspired by d6's IRC bot here:
- Docker is unnecessary, we can call
uxnasm
anduxnbot
directly, or theeval-uxn
script - Merge/fork the Discord interaction into this repo
- Error handling in the discord connection (factor code) should print stderr instead of crashing if uxnasm/uxnbot die
- Handle private messages