I recently learned of Telescript[1], a programming language, design to allow clients to execute arbitrary code on servers.<p>SQL databases also have a similar architecture, with the code being executed being much more restrained but still powerful.<p>What other systems were designed with remote code execution as a feature?<p>[1] https://en.wikipedia.org/wiki/Telescript_(programming_language) and I got it from this video https://www.youtube.com/watch?v=RLF7yfXFmUk
The combination of scp/ssh.<p>dtrace, if you consider the kernel to be ‘remote’.<p>The Voyager spacecrafts (in general, unassisted remote firmware update is a form of remote code execution)