make-alike / machine

basic interpreter
Apache License 2.0
1 stars 0 forks source link

need basic interpreter #2

Open noopkat opened 7 years ago

noopkat commented 7 years ago

input as readable stream output to writeable stream, pipe to console

kosamari commented 7 years ago

So trying to remember what we talked last year 🙈 but at a brunch we talked about you wanting to do it without GUI and I want to do it in the browser... What if we have 2 versions of this make-alike machine that runs on Pi? Your version would be CLI & mine would be browser app?

For the 1st data exchange, we need to build some way of taking arbitrary binary data and output it anyways (on top of figuring out what the data look/sounds like). So doing 1st data exchange would cover this issue I think.

What do you think @noopkat ? 👸

noopkat commented 7 years ago

yeah let's do the two versions! I like your idea.