Not a question, just want to share my thoughts. It turned out really easy to set up compilation of text via TProcess and run such compiled "scripts", again with TProcess. All there is really needed is to setup I/O between host application and running executable of your script. And voila, you practically have a functional REPL. You can play with "wrapper" for your texts and make it feel like an interpreter. Like single-line scripts, more like commands. Amazing. With full support of a true programming language, with endless libraries etc.
I think this is unrecognized value of FPC as ultra-fast compiler.