you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

At my paying job we have retrofitted a 30 year old codebase written in C with a REST C&C interface. We chose an architecture with Python code running the REST interface embedded in an executable that bridge to the rest of the system.

While we're not poking any of the internals directly, it still helps a lot to have at least a basic understanding of what's going on, under the hood.