Coder Social home page Coder Social logo

streamerjs / streamerjs Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 198 KB

Easy to use lazy evaluation library

Home Page: http://streamerjs.com

License: GNU General Public License v3.0

JavaScript 12.34% TypeScript 87.66%
lazy-evaluation collection javascript typescript higher-order-functions

streamerjs's Introduction


Build Status codecov

Easy to use lazy evaluation library for JavaScript / TypeScript


Example:

Streamer([1, 2, 3, 4])
  .map(x => x * 2)
  .filter(x => x > 6)
  .take(2);

Piece of ๐Ÿฐ

FAQ

What is Streamer.js?

Streamer.js is a lazy evaluation for iterable data types (Set, Array, LinkedList, Generators, etc.). It can also send HTTP requests and ask the data from remote endpoints. Streamer.js tries to implement most of Kotlin Lazy Sequence methods.

What is "Lazy Evaluation"?

In programming language theory, lazy evaluation, or call-by-need is an evaluation strategy which delays the evaluation of an expression until its value is needed (non-strict evaluation).
Read more: https://en.wikipedia.org/wiki/Lazy_evaluation

Bug report

Please open a ticket in GitHub issues.

Contribution

Please create a branch for each patch and send a PR to GitHub. Make sure you write tests. There is a CI integarated with this repo.

License

GPLv3

streamerjs's People

Contributors

afshinm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.