List Question
20 TechQA 2024-01-25T13:51:30.470000Prolog lists: combination of comma and |
177 views
Asked by yoloauw
Convert nested hash-tables to a-list how to ensure the creation dotted pairs
62 views
Asked by Kungi
It is possible to implement a Cons list in Rust wthout using a smart pointer
193 views
Asked by RBF06
Dotted list in lisp
202 views
Asked by Void
How to convert a Tree in Haskell to a flat list
387 views
Asked by trufflewaffle
How can i write a function which extracts the nth element of a list?
409 views
Asked by Riley Wood
R Error:cons memory exhausted ~530GB of 1.35TB avail RAM, why?
228 views
Asked by Matt
What do cons cells store in R?
293 views
Asked by SicabĂ
Add elements from a list to associative list in correct format in lisp
154 views
Asked by AlexG28
Could these be used as Racket definitions for cons, first, and rest?
222 views
Asked by jflemming
How to pop a value from cons list?
239 views
Asked by Virgileo
How does Cons save data (Rust Linked List)
655 views
Asked by Dylan Williams
Using function pointers as part of a linked list
459 views
Asked by fdodsf
Difference between two cons
138 views
Asked by David542
User-defined tuple-based data constructors
192 views
Asked by 147pm
How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr?
304 views
Asked by J. Mini
What does appending two lists like this return one list rather than a cons cell of two lists?
155 views
Asked by J. Mini
Is it still inadvisable to define constructors and selectors as cons, car, and cdr?
132 views
Asked by J. Mini