I was just wondering if circular lists are possible in newLisp.
Ecaftihs
There are no circular lists in newLISP. But there is a 'rotate' function, which might help you, and there is the possibility of negative indexing, counting from the right.
Lutz
ps: corrected 'now' to 'no'
How, I just cannot figure out how to do it and can't find documentation about it either.
Ecaftihs
hope this is what you are looking for?
http://newlisp.org/newlisp_manual.html#rotate
Lutz
Lutz,
Did you mean "no circular lists" instead of "now circular lists?"
Oops, yes of course: there are _no_ circular lists. I edited the post too.
Lutz