I have been trying to understand the news.arc code, I did a few edits and was trying to make the ask page as there is on HN. To make that I will have to have a list like stories* which is generated in the code here. (= stories* (rev (merge (compare < !id) items!story items!poll)) comments* (rev items!comment))
I have three questions,1) What does the asterisk stand for? 2) What is items and where does it come from? 3) What does the bang(!) operator stand for? |