length with implicit indexing for nested lists

For the Compleat Fan
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

length with implicit indexing for nested lists

Post 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.
;-)
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Any thoughts about adding this?
Hans-Peter

Locked