Sujet : Re: Writing HG LISP in Python, kind of
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.lispDate : 15. Apr 2025, 00:43:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vtk6iu$2cj23$4@dont-email.me>
References : 1 2
User-Agent : Pan/0.162 (Pokrosvk)
On 14 Apr 2025 09:56:26 GMT, Stefan Ram wrote:
Lisp's cons cells are conceptual, not just syntax.
Is that why Lisp needs the separate concept of multi-value return, instead
of doing simple destructuring assignment as both Python and JavaScript are
able to do?