Page 1 of 1

length with implicit indexing for nested lists

Posted: Wed Aug 15, 2007 7:00 pm
by HPW
Playing around with implicit indexing I tried this:

Code: Select all

(length (someList 0 0))
Since everything gets shorter in newlisp lately, how about:

Code: Select all

(length someList 0 0)
Just an idea, I can live with the first form.
;-)

Posted: Fri Aug 31, 2007 5:28 am
by HPW
Any thoughts about adding this?