Talk:Singly-linked list/Traversal: Difference between revisions

Content added Content deleted
(Created page with '==J implementation== The J implementation presented here is useless, from a J programmer's point of view, since it does not construct a meaningful result and because J programme…')
 
Line 1: Line 1:
==J implementation==
==J implementation==


The J implementation presented here is useless, from a J programmer's point of view, since it does not construct a meaningful result and because J programmers already have better tools.
The J implementation presented here is useless, from a J programmer's point of view, since it does not construct a meaningful result and because J programmers already have faster and more concise tools for dealing with sequences.


In other words:
In other words: