Hacker News new | ask | show | jobs
by benibela 961 days ago
My favorite is XPath:

   let $numberOfWords := count($words[.])
or

   let $numberOfWords := $words[.] => count()