Re: [fpc-pascal] Re: Using FPC as a scripting engine

2006-10-16 Thread Michael Van Canneyt
On Mon, 16 Oct 2006, Alexander Todorov wrote: > On Fri, 13 Oct 2006 12:45:55 +0200 (CEST) > Michael Van Canneyt wrote: > > > There was no response to my first e-mail so here are some examples of > > > what I want to do: > > > > > > http://www.codeproject.com/csharp/runtimecompiling.asp > > > htt

[fpc-pascal] Re: Using FPC as a scripting engine

2006-10-16 Thread Alexander Todorov
On Fri, 13 Oct 2006 12:45:55 +0200 (CEST) Michael Van Canneyt wrote: > There was no response to my first e-mail so here are some examples of > what I want to do: > > http://www.codeproject.com/csharp/runtimecompiling.asp > http://developer.apple.com/documentation/mac/IAC/IAC-334.html I find this

Re: [fpc-pascal] Re: Using FPC as a scripting engine

2006-10-15 Thread Leonardo M. Ram
The address of Lars's Pascal Server Pages is http://www.psp.furtopia.org, that program doesn't compiles code on the fly, just allows you to create CGI applications with FPC in an easy way. --- Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Samstag, den 14.10.2006, 07:31 -0500 schrieb Jeff Pohlme

Re: [fpc-pascal] Re: Using FPC as a scripting engine

2006-10-14 Thread Marc Santhoff
Am Samstag, den 14.10.2006, 07:31 -0500 schrieb Jeff Pohlmeyer: > I remember seeing some sort of system ( I can't remember > the name or URL ) that used a pascal compiler to pre-compile > CGI applications. Whenever a client request involved one the > apps, the server would check the timestamp of th

[fpc-pascal] Re: Using FPC as a scripting engine

2006-10-14 Thread Jeff Pohlmeyer
I remember seeing some sort of system ( I can't remember the name or URL ) that used a pascal compiler to pre-compile CGI applications. Whenever a client request involved one the apps, the server would check the timestamp of the source against the timestamp of the binary. If the the binary was new