← Back to context Comment by pfundstein 5 years ago Forgive me but are linked lists common in other languages? 5 comments pfundstein Reply smabie 5 years ago Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure. pfundstein 5 years ago Well that would explain why I've only encountered them in C. azernik 5 years ago C is the only language where they're called "linked lists"; everything else just calls them "lists". 2 replies →
smabie 5 years ago Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure. pfundstein 5 years ago Well that would explain why I've only encountered them in C. azernik 5 years ago C is the only language where they're called "linked lists"; everything else just calls them "lists". 2 replies →
pfundstein 5 years ago Well that would explain why I've only encountered them in C. azernik 5 years ago C is the only language where they're called "linked lists"; everything else just calls them "lists". 2 replies →
azernik 5 years ago C is the only language where they're called "linked lists"; everything else just calls them "lists". 2 replies →
Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure.
Well that would explain why I've only encountered them in C.
C is the only language where they're called "linked lists"; everything else just calls them "lists".
2 replies →