摘要: 什么是Functional Reactive Programming Functional Reactive Programming(以下简称FRP)是一种响应变化的编程范式。先来看一小段代码 a = 2 b = 2 c = a + b // c is 4 b = 3 // now what ... 阅读全文
posted @ 2015-11-23 22:23 沙漠浮萍 阅读(185) 评论(0) 推荐(0) 编辑
摘要: You might want to check outPart 1if you haven’t already seen the newNSNumber,NSArray, andNSDictionaryliteral syntax, and using square brackets to dig ... 阅读全文
posted @ 2015-11-23 20:05 沙漠浮萍 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Update :Official Documentation nowLooks like thecat is out of the bag, the new Objective-C literals have landed into theclang trunk. This change intro... 阅读全文
posted @ 2015-11-23 20:04 沙漠浮萍 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 写在前面: 详细解释了RAC中几个狠NX的宏的设计。表示很很很心动!!特转载学习之。 感谢 sunny 的分析和讲解。 Reactive Cocoa Tutorial系列,转载请注明该文源地址-- by sunny 先说说RAC中必须要知道的宏: ·RAC(TARGET, [KEYP... 阅读全文
posted @ 2015-11-23 14:23 沙漠浮萍 阅读(234) 评论(0) 推荐(0) 编辑