[fpc-pascal] Pascal Scripting Engines

Marcos Douglas md at delfire.net
Fri Dec 10 21:39:45 CET 2010


On Fri, Dec 10, 2010 at 5:23 PM, Lee Jenkins <lee at datatrakpos.com> wrote:
>
> On 12/10/2010 2:18 PM, Andrew Brunner wrote:
>>
>> 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.
>>
>
> RemObject's PascalScript and FastScript both work with FPC.
>
> RemObject's is free to use IRRC.

There is also the lysee language. See http://code.google.com/p/lysee/

"Lysee is a small, fast, reliable and cross platform script language.
It can be embedded into Pascal programs as a critical mission
controler, or to be embedded into HTML to develop active WEB sites."

Marcos Douglas



More information about the fpc-pascal mailing list