Home › Forums › kdb+ › Challenge 1 – Triangle Font › Re: Challenge 1 – Triangle Font
-
This is my favourite, besides being faster! All the iteration is implicit. Lovely use of
where
on an int vector to generate all the items in one hit.Implicit iterations tend to be faster than iterators.