emacs-devel
[Top][All Lists]
Advanced

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

Re: pcase defuns


From: Richard Stallman
Subject: Re: pcase defuns
Date: Mon, 18 Apr 2022 23:48:05 -0400

[[[ 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. ]]]

  > Thanks for the suggestion.  I've implemented a new version along 
  > the lines you suggested.  So now things look like:

  > (defun-pattern fibonacci (n)
  >     "Compute the fibonacci sequence."

The doc string should use the arguments
and describe what an individual call does.
Thusm

    Return the Nth fibonacci number.

Aside from that, I have no further comments.
I don't have an opinion about how useful this is.




reply via email to

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