Question

I am looking for an embeddable scripting runtime that can operate entirely in memory and not require to store libraries on disk. It should match the following criteria:

  • Be able to interact with Windows API and/or COM in some fashion;
  • Could load runtime and supporting libraries entirely in memory (no RAMDISK);
  • portability is a plus, but just Windows could do.
Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top