This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ConsCells
Operations on cons cells are cons, car, cdr, is, isnt, len, pr, prn. On two cons cells, the ’is function returns t only if the compared cells are the same physical object, not if they have the same structure. Typically,
(is ’(foo bar) ’(foo bar)) ==> nil (iso ’(foo bar) ’(foo bar)) ==> tCurrently, concatenation and access to an element of the list via the object-in-functional-position are not implemented. The iso function is not implemented as a primitive (as it belongs to arc.arc, not ac.scm in the canonical implementation) but can be easily implemented.







