PDF::Builder
v3.028 Released, 31 December 2025
Please also see the
CPAN listing, the
GitHub entry, and the latest changes list.
You can break the thermometer but you can’t change the weather.
— Russian proverb
Posted on 2021-Mar-21 at 11:41:23 by Phil
Last update on 2022-Jun-20 at 00:28:00 by Phil
Things that would be useful to see in a language.
A common idiom is looping “forever” (well, practically you need to exit that loop at some time).
instead of
The idea is that the keyword forever stands out more obviously to the
reader, making it clearer what’s going on. In a language like C,
you could define a macro forever to be replaced by while
(1). Either way, the compiler should be on the lookout for
perpetual loops, and check that there is a path out of it (some sort of
accessible break; somewhere). Not finding a way out should be a
warning, not an error, as there is GUI code which loops forever.
Posted on 2023-Jul-03 at 14:30:00 by Phil
An interesting discussion…
A (somewhat heated) discussion over multi-pass compiling versus single-pass (à la Turbo Pascal) and the distinction between that and multi-pass parsing.
If you wish to contribute to this discussion in a constructive manner, please email your comment to this discussion group.Include which discussion thread title you are responding to, and the nom de plume you would like to be listed under (we allow only one email address per user name, and vice versa). Due to the large amounts of spam received in the past, as well as abuse of posting privileges (e.g., attacking others), all posts must be received by email and will be individually vetted. If we deem it a useful, factual, and polite post, we will enter it. Anything ugly will result in your being permanently blacklisted. All decisions are made by the management of CTS and are final. We reserve the right to discard submissions without any feedback to you, and to fix errors in spelling and grammar in something we post. Please give a minimum of a few days for us to review and post your entry. Don’t be impatient and resubmit!
All content © copyright 2005 – 2026
by Catskill Technology Services, LLC.
All rights reserved.
Note that Third Party software (whether Open Source or proprietary) on this
site remains under the copyright and license of its owners.
Catskill Technology Services, LLC does not claim copyright over such software.
This page is https://www.catskilltech.com/utils/show.php?link=useful-stuff
Search Quotations database.
Last updated Sun, 17 May 2026 at 8:03 PM