On Wed, May 22, 2019 at 10:59:17AM +0200, Marco Maggi wrote:
> Ciao,
> 
>   I'm composing unofficial documentation  for CHICKEN internals that are
> usable from client code.   As part of this I have  added a section about
> decorating procedure objects:
> 
> <http://marcomaggi.github.io/docs/chicken-internals.html/procs-decoration.html>

Hi Marco,

This looks pretty cool!  One request though: could you please add some
blatant warnings that this stuff is not meant to be relied upon in user
code?  These are internals instead of an official API for a reason; we
can change them at will (this has happened in the past, and will happen
in the future).

So it's acceptable to use these, but only if there's no alternative, and
you may end up having to use cond-expand for various different versions.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to