I was going to say, this:
vscode is pretty amazing all around. (Just be sure to set autowatch equal to 1!
)
Sorry, yeah, I was very unclear. Actually, at the moment, I’m writing a bit of code to do some arc animations (spinners, wedges, wheels, etc.) and most of this is just playing with math and arrays of ints. The code I’m looking at does no I/O (besides posting to the Max console and outlets). In another world, I’d probably even write tests.
This is spot on. What I’m really looking to do is explore interpreting algorithmic JS in a node context so I can get debugging. I know it’s possible (and actually just quickly hacked something together) and now I’m just curious if anyone else is doing something similar.
Thanks for all the responses!