In this and the previous comment, I'm responding to the topic in general, not to anyone specifically.
FPC is for writing programs, and yes, that's been possible for a long time. So what do users want from the "future" of the language? Even large companies that announce goals don't always achieve them, or they take forever to achieve them. These aren't "guarantees" you can rely on in business. However, you can rely on proven products with a long history and extensive documentation. Business needs stability rather than new features.
This thread discusses a certain "future", and I've included a wiki page for improvements to a future version, not for current use. However, this is mostly code that already exists in trunk and will likely be in the next version.
Unfortunately, paid products also offer neither a "bug-free" guarantee nor a guarantee that they will be fixed. Windows and GitHub are examples. Has anyone tried creating bug reports? Are they guaranteed to be fixed? Even simple bugs can persist for years. At the same time, bugs in FPC/Lazarus and GitLab itself are often fixed by contributors, as the code is open source. Open source software offers a higher chance of bug fixes. And what will fix bugs if not a patch?
I could often add a temporary patch immediately and continue developing the app. This way my application is more free from the tools used. Workarounds aren't always possible, and with closed source code, I'd be locked in until a fix was released in the next release.
As for "support", there are forums, mailing lists, a bug tracker, and many other websites/channels dedicated to FreePascal. Frankly, I almost never asked questions there, as the documentation, manuals, video tutorials, books, wiki, sample projects, and source code were enough for me to study and solve problems. Of course, such contributions are just as welcome as patches!
Therefore, as developers, we can tell our application users that the FreePascal community is huge and quite active. It has been around for about 30 years, and a large number of programs have been developed. And they're even better supported than some open-source projects.