help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [modules] Possible return values of the env->type_of?


From: Aurélien Aptel
Subject: Re: [modules] Possible return values of the env->type_of?
Date: Fri, 22 Jun 2018 10:38:34 -0700

Le ven. 22 juin 2018 à 07:41, Kaushal Modi <kaushal.modi@gmail.com> a écrit :
> I am playing with Nim Emacs Modules[1], and interestingly the symbol returned 
> by type_of for lists is 'cons too.

That's because lists are cons: (list 1 2 3) and (cons 1 (cons 2 (cons
3 nil))) eval to the same thing.

Perhaps you'll find Philip's doc useful:
https://phst.github.io/emacs-modules#type_of



reply via email to

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