An open API service indexing awesome lists of open source software.

https://github.com/lupino/mypurs

PureScript 开发手册例子
https://github.com/lupino/mypurs

Last synced: 3 months ago
JSON representation

PureScript 开发手册例子

Awesome Lists containing this project

README

        

不管是新手还是老司机写 NodeJS 的时候经常碰到坑,比如同步里面写异步,少写了 await,单词打错,各种神奇的问题。如果你已经厌烦了,或者想逃离 NodeJS 又或者想尝鲜,可以试试 PureScript,这是一个不错的选择。

PureScript 是一门函数式编程语言,强类型并且以 JavaScript 作为后端。所以可以很好的兼容 NodeJS 写的业务。

本场 Chat 内容大致如下:

1. 快速搭建编译环境;
2. Effect 和 Aff 与外界沟通;
3. 神奇的 Monad;
4. MonadTrans 是个好东西;
5. 与 JavaScript 混编;
6. 总结。

详见: