核心价值是以 lambda 演算为抓手,将命令式 IO 下沉到自函子上的幺半群,打通范畴论底层逻辑,发力类型安全引爆点,形成纯函数递归闭环,拉通端到端 immutable 全链路,卡位学术赛道,造势前端风口,布局低代码蓝海,沉淀 DSL 护城河,赋能形式化验证,倒逼编译器优化,输出强势报错反馈,升华设计模式格局,重塑编程认知矩阵,击穿增查改删程序员心智,打出一套组合拳。
英文版:
The core value is to take the lambda calculus as the grip, sink the imperative IO to the monoid in the category of endofunctors, open up the underlying logic of the category theory, power the type safety trigger, form the pure function recursion closed loop, pull through the end-to-end immutable full chain, position the academic track, create the front-end wind, layout the blue ocean of low code, precipitate the DSL moat, empower the formal verification, force the compiler to optimize It is a set of combinations that can be used to output strong error feedback, sublimate the design pattern pattern, reshape the programming cognitive matrix, and penetrate the mind of programmers to CRUD, punch out a set of combinations.
核心价值就是贴合数学推理过程……
相较于命令式的编程模式,函数式强调纯函数和不可变性,这就带来了计算确定性,函数式的确定性可以大大的增强代码的健壮性。但世间没有两全法,计算确定性就意味着没有副作用,而没有副作用,函数式无法完成交互类操作,如IO等。这也是这么多年函数式一直都很小众的根本原因。
所以,直到今天,非常纯粹的函数式语言仍然无法广泛的流传开来,因为现阶段的软件还无法摆脱副作用。但是随着软件工业的成熟和分工越来越明确,有副作用的交互部分和无副作用的计算逻辑可以得以分开,又由于系统的规模越来越大,程序的健壮性和可信计算等等概念被提出,函数式也越来越火爆……