newLISP Fan Club

Forum => Anything else we might add? => Topic started by: HPW on August 15, 2007, 12:00:54 PM

Title: length with implicit indexing for nested lists
Post by: HPW on August 15, 2007, 12:00:54 PM
Playing around with implicit indexing I tried this:



(length (someList 0 0))


Since everything gets shorter in newlisp lately, how about:



(length someList 0 0)


Just an idea, I can live with the first form.

;-)
Title:
Post by: HPW on August 30, 2007, 10:28:00 PM
Any thoughts about adding this?