摘要:
https://medium.com/javascript scene/master the javascript interview what is a pure function d1c076bec976 The Trouble with Shared State Several years a 阅读全文
摘要:
``` using StackExchange.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace RedisDemo { class Program { ... 阅读全文
摘要:
``` function eq (y) { return function forX(x) { return x === y } } function mod (y) { return function forX (x) { return x % y } } function compose (fn 阅读全文