coffee-script (3)
blogger 死了將近 24 小時,總算復原了,失去一個 comment...
*
下午發現一些比較好的寫法,拖到現在才有辦法寫 :s
Array::foldr = Array.prototype.reduceRight
改成
Array::foldr = Array::reduceRight
前幾天怎麼沒想到呢?其實這應該是很直覺的。
this.head()
可以改成 @head()
, 我想可以把 @
視為 this.
新的結果在這 prelude.coffee, 這看起來真的好太多了。
另外,發現 javascript 的 \w regular expression 只能 match
A-Za-z 和 underscore, 不能 match 其他 unicode character...
啥鬼 :x
誰來把 oniguruma 或 pcre port 到 javascript 上吧...
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.