11 comments

[ 2.3 ms ] story [ 35.9 ms ] thread
Hot on the heels of https://news.ycombinator.com/item?id=39339249

Is there an explanation or an exposition that shows how these work and how one goes about making one?

All I got was

  ?SYNTAX ERROR
  READY.
Maybe gwbasic? :D
It's a C dialect of some kind, but not turbo c as it doesn't have a dot function. Perhaps GLSL?
I was joking - I believe the example error message was one from one of the old basic interpreters (I just honestly can’t recall if it was qbasic, c64 basic or what
I reckon you could port this to run on c64 basic quite easily. You'd probably only need to swap the rotate2d and dot functions with something else for it to work. It'd make for a fun weekend project. As for how fast it would run on the other hand ... ;)