Re: [fpc-pascal] FPC scripting suport

2008-05-29 Thread Lee Jenkins
MihaiR wrote: Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? I'd like to build an application that can be enhanced by some simple functions stored into an external script file so that functions can be edited. There are simple functions with few parameters

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Michael Van Canneyt
On Wed, 28 May 2008, MihaiR wrote: Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? I'd like to build an application that can be enhanced by some simple functions stored into an external script file so that functions can be edited. There are simple

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:00 PM, MihaiR a écrit : Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? LUA is very powerfull. I used it in my app for months and it works very well. I'd like to build an application that can be enhanced by some simple functions

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:30 PM, Henry Vermaak a écrit : 2008/5/28 Damien Gerard [EMAIL PROTECTED]: Le May 28, 2008 à 12:08 PM, Michael Van Canneyt a écrit : Remobjects PascalScript works with FPC. (it used to be innerfuse pascal) Just for my information does it work under Linux *and* OS X

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Henry Vermaak
2008/5/28 Damien Gerard [EMAIL PROTECTED]: i386 linux and win32. powerpc-darwin also works. Is i386-darwin planned ? not that i know of (not by me, anyway). won't be too hard for someone with reasonable x86 assembler knowledge. henry ___

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread Damien Gerard
Le May 28, 2008 à 12:08 PM, Michael Van Canneyt a écrit : On Wed, 28 May 2008, MihaiR wrote: Hello all, Is there any component for FPS/Lazarus I can succesfully use for scripting? I'd like to build an application that can be enhanced by some simple functions stored into an external script

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread MihaiR
On Wed, 28 May 2008 12:08:33 +0200 Damien Gerard [EMAIL PROTECTED] wrote: LUA is very powerfull. I used it in my app for months and it works very well. I think this is the right answer for me, simple yet realy powerful. Thank you very much. Mihai

Re: [fpc-pascal] FPC scripting suport

2008-05-28 Thread [EMAIL PROTECTED]
I'm using Pascal Script 3.0 in FPC... Fabio 2008/5/28 Michael Van Canneyt [EMAIL PROTECTED]: On Wed, 28 May 2008, wrote: I use JVInterpreter from JEDI with very good results in Delphi. It allows you to write from simple functions to complete programs using procedural and object oriented