I once wrote a script engine that generated bytecodes.

At the time it was harder due to defective variants support (something
like that).

Now it would be easier.

2010/12/10 Andrew Brunner <andrew.t.brun...@gmail.com>:
> 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-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to