Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bali182/typescript-functional
Functional utilities for TypeScript
https://github.com/bali182/typescript-functional
Last synced: 12 days ago
JSON representation
Functional utilities for TypeScript
- Host: GitHub
- URL: https://github.com/bali182/typescript-functional
- Owner: bali182
- Created: 2015-05-13T19:52:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T21:51:38.000Z (almost 8 years ago)
- Last Synced: 2023-02-28T17:15:54.144Z (almost 2 years ago)
- Language: TypeScript
- Homepage: http://bali182.github.io/typescript-functional
- Size: 258 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Functional TypeScript [![Build Status](https://travis-ci.org/bali182/typescript-functional.svg)](https://travis-ci.org/bali182/typescript-functional)
=============================The aim of this project is to bring real lazy functional stuff to java(type)script. It started out as a learning project, but it works pretty well&fast, so I tought I share it.
As a Java developer, I took what I tought was best from the functional part of Googles [Guava](https://github.com/google/guava) Oracles [Stream API](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html), and Scala.
#Documentation
You can find the documentation in the wiki, [here](https://github.com/bali182/typescript-functional/wiki).