Re: Manipulating C code at the AST level, in C
rbowman <[email protected]>
| Newsgroups | comp.os.linux.misc |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 16 Aug 2026 10:50:30 +0200, Carlos E. R. wrote:
> On 2026-08-16 04:41, c186282 wrote:
>> Tax calculations, almost any idiot can code an app.
>
> I object to that. I do not want an idiot telling how much tax to pay.
My wife volunteered to do our Federal taxes one year. She's far from an
idiot and has more degrees than I, unfortunately not in the STEM area. I'm
glad I checked her work. I don't know about yours but our tax forms are
designed to keep H.R. Block in business
if (line45 < .35 * line22 && dependants > 3) {
goto line71;
}
else if (line45 > 32196) {
your_screwed();
}
else {
fill_out_form_1040XYZ();
}
They don't mail out printed forms anymore but it used to be a rather thick
booklet.