On Fri, 14 Oct 2011, Andrew Pennebaker wrote:

Yeah, I know to chmod my scripts before dot-slashing them. It's just that fpc 
can't handle shebangs, and I don't
want to have to choose either scripting or compiled. I like my Pascal code to 
be work in either mode.

It's always compiled. instantfpc just strips the first line, passes the rest to the compiler and executes the resulting program. Add some caching for performance, and that's it.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to