Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).