Konrads
Konrads

Reputation: 2274

Embeddable scripting language with in-memory runtime

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:

Upvotes: 0

Views: 112

Answers (1)

Angelos Kapsimanis
Angelos Kapsimanis

Reputation: 999

This might be pretty close to what you want:

http://luaplus.org/

http://luaservice.luaforge.net/

http://luaforge.net/projects/jaslatrix/

Upvotes: 1

Related Questions