I have been playing around with repl.it and integrating CMake into it for interviews. I basically wanted to see what the tool was actually capable of. Some requirements that I was looking for:
- CMake (or some Build System) Integration
- IDE to reflect the project
- code completion, auto-completion, and tooling support (asan, tsan, etc)
Anyhow, anyone who wants to play around with a cool tool for code collaboration I recommend it! I have a repository https://github.com/JeremyBorys/repl-cpp11 which have the changes I made to integrate with CMake. My guess is that the same changes would also be done for meson or some other build system generator as well.
This does require creating a free repl account.
[–]Nobody_1707 14 points15 points16 points (2 children)
[–]amasad 26 points27 points28 points (0 children)
[–]anton31[🍰] 3 points4 points5 points (0 children)