Re: [fpc-pascal] How to uninstall old FPC
> On Feb 13, 2019, at 10:44 AM, Jonas Maebe wrote: > > On 13/02/19 10:55, list_email--- via fpc-pascal wrote: >> How do I remove all of FPC 2.6.4 from macOS (11.6.4) so that I can install >> the newest version? Is everything in /usr/local/bin/ppc386 (see below)? >> $ fpc >> Free Pascal Compiler version 2.6.4 [2014/02/26] for i386 >> Copyright (c) 1993-2014 by Florian Klaempfl and others >> /usr/local/bin/ppc386 [options] [options] > > You can just install the new version and it will become the default. If you > wish to remove the remnants of the old version, you can delete the directory > /usr/local/lib/fpc/2.6.4 At 300+ MB I think I will. Thanks! Jerry > > All fpc-related files in /usr/local/bin will be overwritten by files with the > same name of the newer version. > > > Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Web application framework in Free Pascal
Your documentation looks good, along with the examples, instructions, and general site aesthetics. Beyond providing your own mechanism for implementing a pascal based CGI wrapper, what functionality does or do you plan to expose? That is, what do you imagine doing with it aside from the normal CGI stuff? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Web application framework in Free Pascal
If you read roadmap section in readme file, I plan to add functionality to support not only CGI, but also FastCGI and as standalone http server (similar to Node.js + Express). After found out about piradoiv/Prack | | | | || | | | | | piradoiv/Prack Simple and Scalable Web Server �. Contribute to piradoiv/Prack development by creating an account on GitHub. | | | | which is interesting to me, I am considering to create sofware layer to use Prack. The motivation behind development of this framework basically a personal research to answer my own curiosity. What is gain in performance compared to other programming language, for example, PHP-based framework? I used PHP-based (Slim, Phalcon, Laravel) and Javascript-based (Express) framework in my day job. this framework drew inspiration from those existing frameworks. And of course it is not production-ready. I would advise you not to use it in production setup. Zamrony P. Juhara On Fri, Feb 15, 2019 at 4:04, Anthony Walter wrote: Your documentation looks good, along with the examples, instructions, and general site aesthetics. Beyond providing your own mechanism for implementing a pascal based CGI wrapper, what functionality does or do you plan to expose? That is, what do you imagine doing with it aside from the normal CGI stuff? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal