Sujet : Re: xkcd.com/353 ( Flying with Python )
De : HenHanna (at) *nospam* dev.null (HenHanna)
Groupes : sci.lang comp.lang.python comp.lang.lispDate : 04. Apr 2024, 01:08:21
Autres entêtes
Organisation : novaBBS
Message-ID : <35d336abe55a5e570ded1ba15ff66390@www.novabbs.com>
References : 1 2
User-Agent : Rocksolid Light
Blue-Maned_Hawk wrote:
HenHanna wrote:
https://xkcd.com/1306/
what does SIGIL mean?
I'd define a sigil as a mandatory symbol used to indicate the properties of a name.
if i'm getting this right... Sigil is part of the language spec,
whereas (in Lisp in the old days), there was a convention of using var-name like *foo* to indicate it's a dynamic variable.
and sometimes **foo** for ....
and %foo% or %%foo%% was used for ...........