folktale

所属分类:TypeScript编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2021-09-18 09:35:40
上 传 者sh-1993
说明:  [未积极维护!]JavaScript中函数编程的标准库
([not actively maintained!] A standard library for functional programming in JavaScript)

文件列表:
.eslintignore (73, 2021-09-18)
.eslintrc.json (266, 2021-09-18)
.eslintrc.travis.json (236, 2021-09-18)
.travis.yml (121, 2021-09-18)
CODE_OF_CONDUCT.md (3409, 2021-09-18)
CONTRIBUTING.md (4631, 2021-09-18)
LICENCE (1081, 2021-09-18)
ROADMAP.md (2256, 2021-09-18)
annotations/ (0, 2021-09-18)
annotations/.babelrc (286, 2021-09-18)
annotations/source/ (0, 2021-09-18)
annotations/source/en/ (0, 2021-09-18)
annotations/source/en/adt/ (0, 2021-09-18)
annotations/source/en/adt/index.md (211, 2021-09-18)
annotations/source/en/adt/union/ (0, 2021-09-18)
annotations/source/en/adt/union/derivations/ (0, 2021-09-18)
annotations/source/en/adt/union/derivations/debug-representation.md (1756, 2021-09-18)
annotations/source/en/adt/union/derivations/equality.md (10102, 2021-09-18)
annotations/source/en/adt/union/derivations/index.md (111, 2021-09-18)
annotations/source/en/adt/union/derivations/serialization.md (3623, 2021-09-18)
annotations/source/en/adt/union/index.md (2357, 2021-09-18)
annotations/source/en/adt/union/union-type.md (240, 2021-09-18)
annotations/source/en/adt/union/union.derive.md (738, 2021-09-18)
annotations/source/en/adt/union/union.md (19463, 2021-09-18)
annotations/source/en/concurrency/ (0, 2021-09-18)
annotations/source/en/concurrency/future/ (0, 2021-09-18)
annotations/source/en/concurrency/future/deferred/ (0, 2021-09-18)
annotations/source/en/concurrency/future/deferred/index.md (2152, 2021-09-18)
annotations/source/en/concurrency/future/execution-state/ (0, 2021-09-18)
annotations/source/en/concurrency/future/execution-state/index.md (4622, 2021-09-18)
annotations/source/en/concurrency/future/fromPromise.md (756, 2021-09-18)
annotations/source/en/concurrency/future/future/ (0, 2021-09-18)
annotations/source/en/concurrency/future/future/apply.md (591, 2021-09-18)
annotations/source/en/concurrency/future/future/bimap.md (500, 2021-09-18)
... ...

Folktale ======= [![Chat on Gitter](https://img.shields.io/gitter/room/folktale/discussion.svg?style=flat-square)](https://gitter.im/folktale/discussion) [![NPM version](https://img.shields.io/npm/v/folktale.svg?style=flat-square)](https://npmjs.org/package/folktale) ![Licence](https://img.shields.io/npm/l/folktale.svg?style=flat-square&label=licence) > **NOTE**: This package is not actively maintained anymore, because the > maintainer stopped working with JavaScript. If you use this > library and would like to take over maintaining it, reach out to > [@robotlolita](https://twitter.com/robotlolita) on Twitter. Folktale is a standard library for functional programming in JavaScript. ## Installing Folktale can be installed through [npm][]: $ npm install folktale > Not using Node.js? [Check out our guide to running Folktale in other environments!][install] ## Documentation - [Browse the HTML documentation for Folktale](http://origamitower.github.io/folktale) > If you find any functionality that's not documented, or whose documentation > is confusing or hard to understand, please [report a bug on our issue tracker][bug] ## Supported platforms Folktale is written for ECMAScript 2015 platforms, but it uses a subset of features that can be safely backported to platforms as old as ECMAScript 3. If you're running your program in an older platform, you'll need [es5-shim][] and [es6-shim][]. [es5-shim]: https://github.com/es-shims/es5-shim [es6-shim]: https://github.com/es-shims/es6-shim - Node 4.x, Node 6+ ([**Node 5.x is not supported**](https://github.com/origamitower/folktale/issues/47)) **Browsers**: - Chrome 36+ - Firefox 21+ - Safari 6+ - Internet Explorer 9+ - Edge 13+ - Opera 12.12+ **Mobile browsers**: - Android 4.4+ - iOS 8.3+ ## Support > Note that all interactions in this project are subject to Origami Tower's > [Code of Conduct](http://origamitower.github.io/folktale/coc/). ##### Having trouble using Folktale? - ["I think I found a bug in Folktale"][bug] - ["There's no documentation for X" / "The docs are hard to understand"][docs] - [See the Frequently Asked Questions for common issues][faq] - [Join the discussion channel][gitter] ##### Think Folktale should do something it doesn't yet? - [I want to propose a new feature][feat] - [I want to submit a patch/pull request][pr] > By submitting a Pull Request you agree with releasing your code under the MIT licence. ##### Folktale discussion channels and information - [Discussion channel @ Gitter][gitter] - [Follow @origamitower for news on Folktale](https://twitter.com/OrigamiTower) - [Email the organisation directly](mailto:contact@origamitower.com) ## Licence Folktale is copyright (c) Quildreen Motta 2015-2017, and released under the MIT licence. See the `LICENCE` file in this repository for detailed information. [npm]: https://www.npmjs.com [bug]: http://origamitower.github.io/folktale/docs/support/bugs/ [docs]: http://origamitower.github.io/folktale/docs/support/bugs/#reporting-problems-in-the-documentation [gitter]: https://gitter.im/folktale/discussion [install]: http://origamitower.github.io/folktale/docs/v2.0.0/download/ [faq]: http://origamitower.github.io/folktale/docs/support/faq/ [feat]: http://origamitower.github.io/folktale/docs/support/feature-request/ [pr]: http://origamitower.github.io/folktale/docs/v2.0.0/contributing/

近期下载者

相关文件


收藏者