[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code for cond* - cond*-match, cond*-subpat and backtrack-aliases
From: |
Richard Stallman |
Subject: |
Re: Code for cond* - cond*-match, cond*-subpat and backtrack-aliases |
Date: |
Sat, 03 Feb 2024 23:42:27 -0500 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> A typical logical paths might be:
> Is some variable non-nil?
> Is it a plist?
> Does that plist has a :foobar element?
> Is that :foobar element's value a vector.
> Is slot 4 of that vector non-nil? Call it `result'.
> If all of the above are true, (do-something-with result)
Maybe that should be another form of cond* clause.
I will think about it. Any concrete ideas?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)