I quite liked FreePascal and thought that Lazarus makes the experience even more palatable. Stuff like this is really good for cross platform GUIs without having to shove a whole browser in there: https://en.wikipedia.org/wiki/Lazarus_Component_Library Oh and the compiler is pleasantly fast and the language feels a bit easier to work with than C++ and the whole RAD approach in general for GUI software in particular is something that I yearn for more of.
At the same time, even modern Pascal dialects seem niche and the communities and libraries aren't quite there, especially when it comes to the ease of doing something like webdev: mORMot exists but will never be as popular and deeply integrated with everything like something like Spring Boot https://github.com/synopse/mORMot2
That said, there are also some cool projects out there, for example, a whole game engine: https://castle-engine.io/
I'm especially mentioning that, because the dev actually did a nice writeup on Pascal: https://castle-engine.io/modern_pascal
There's also a list of some software using Pascal: https://wiki.freepascal.org/Projects_using_Free_Pascal and sometimes it's packages that you might not immediately think of, like PeaZip which is a nice little program: https://github.com/peazip/PeaZip
I will also say that the idea of having a community Wiki for the programming language and the projects around it seems really nice: https://wiki.freepascal.org/ Maybe not possible for super widespread languages, but for someone taking a look around this is really, really nice.