Image

Scripting at kernel level

How about pushing the scripting engine right into kernel so that we can have the scripts run faster?

For eg., think about Python implemented inside kernel--kernel (like ELF) executes python scripts using the builtin interpreter.

Thoughts?