[fpc-pascal] Pascal Scripting Engines
Benjamin Jan Alexander Rosseaux
benjamin at rosseaux.com
Mon Dec 13 23:12:22 CET 2010
You can also have a look to BESEN http://besen.sourceforge.net/ which is
a full ECMAscript 5th Edition (a ka JavaScript) standard compliant
scripting engine, which is developed by me. It has even a JIT for x86 & x64.
Am 10.12.2010 20:18, schrieb Andrew Brunner:
> Hi there,
>
> I'm considering pascal scripting engines in stead of hot-swaped compiled
> stored objects/dlls for server back-end development for clients (namely
> WebSocket/JS). I came across a few relatively recent solutions and
> wanted to know if there are any obscure "light weight" scripting engines
> but yet leverage byte code. My largest problem would be security
> though. I would want to limit script engine access to OS level calls.
> I need to be able to "sandbox" these back-end apps so they don't
> interfere with the server process.
>
> Any thoughts/recommendations? Thanks.
>
>
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list