Bonsai: Janestreet's UI Library
Jane Street开源的OCaml UI库,用函数式思维重构前端状态管理,适合追求类型安全的团队
Article URL: https://github.com/janestreet/bonsai Comments URL: https://news.ycombinator.com/item?id=49152842 Points: 278 # Comments: 108
Jane Street开源的OCaml UI库,用函数式思维重构前端状态管理,适合追求类型安全的团队
Article URL: https://github.com/janestreet/bonsai Comments URL: https://news.ycombinator.com/item?id=49152842 Points: 278 # Comments: 108
Jane Street出品的高性能增量计算库,用依赖图机制实现更精妙的状态更新。
Article URL: https://github.com/janestreet/incremental Comments URL: https://news.ycombinator.com/item?id=48987822 Points: 304 # Comments: 57
用 F# 编写 Web 应用,无缝编译为 JavaScript,兼具函数式编程的简洁和 JS 生态的强大。
Comments URL: https://news.ycombinator.com/item?id=48756467 Points: 5 # Comments: 2
将F#代码高效编译为JavaScript,让你用函数式编程优雅构建前端应用,支持.NET生态互操。
Comments URL: https://news.ycombinator.com/item?id=48550139 Points: 3 # Comments: 4
用纯SQL实现可下棋的国际象棋引擎,挑战数据库与函数式编程的极限。
Article URL: https://swingbit.github.io/quackmate/ Comments URL: https://news.ycombinator.com/item?id=48525459 Points: 2 # Comments: 0
响应式编程为何从热门变遗留? 一位开发者亲述维护RxJS项目的困境与思考。
I've recently been put on a legacy project that uses reactive programming and RxJS. This is the first time I'm coming across this programming paradigm…