emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code for cond*


From: Richard Stallman
Subject: Re: Code for cond*
Date: Sun, 28 Jan 2024 22:19:24 -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. ]]]

  > >>   (my-cond
  > >>    (:let var value)
  > >>    (:let dvar (derived-from var))
  > >>    ((has-the-right-stuff-p dvar)
  > >>     (cons 'correct dvar))
  > >> 
  > >>    (:let foo value2)
  > >>    (:let bar (1- foo))
  > >>    ((< bar 0)
  > >>     (cons 'incorrect bar))
  > >> 
  > >>    (t nil))

On Fridat I started looking at something along the same lines.  I sent
two messages about it.  It has the same featurss as cond*, using a
syntax something like the above.

I am eager for people's responses to that idea.

-- 
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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]