Using repl.it - anybody doing it?

I’d like to use https://repl.it to debug my code for a faster workflow - has anyone successfully done this? At the moment I am getting only “particle.h” is missing error messages for obvious reasons. I think if I were to add particle.h the error messages would only start going into the sub files that particle.h references.

If your code merely relies on C++ standard functions you can do it, but most of the interesting stuff isn’t “standard C++”.
You could pull in the whole open source firmware repo, but that doesn’t seem practical :wink:

So from a practical view point I’d say it’s a no-go.

2 Likes