On Sat, Nov 28, 2009 at 6:05 AM, Oleg Kobchenko <[email protected]> wrote: > Neither J or K has an equivalent of Lisp cons, thus no Lisp lists.
cons cells are easy to implement -- you can use either names or numbers for references. However, a general case implementation would not be efficient, and would also require a garbage collector. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
