Skip to content

Cons lo 2

Z
ztv.ro

34 Views • Jul 22, 2009

Wikipedia Context

In computer programming, cons is a fundamental function in most dialects of the Lisp programming language. cons constructs memory objects which hold two values or pointers to two values. These objects are referred to as (cons) cells, conses, non-atomic s-expressions ("NATSes"), or (cons) pairs. In Lisp jargon, the expression "to cons x onto y" means to construct a new object with (cons x y). The resulting pair has a left half, referred to as the car, and a right half, referred to as the cdr.

Full Article

Description

Cons lo 2

Keywords & Tags