tc39 / proposal-bind-operator

This-Binding Syntax for ECMAScript
1.74k stars 30 forks source link

Example: Trine #20

Closed jussi-kalliokoski closed 8 years ago

jussi-kalliokoski commented 9 years ago

Hi, just wanted to let you know that I just published a utility library taking advantage of this proposal, called Trine: https://github.com/jussi-kalliokoski/trine

It performs the things that your proposed itertools library would, and much more.

Hopefully this will get the proposal moving forward toward standardization. :)

zenparsing commented 9 years ago

Cool, and thanks!

Replied to your post at https://esdiscuss.org/topic/example-of-real-world-usage-of-function-bind-syntax

zenparsing commented 8 years ago

Doing some cleanup here and closing a bunch of issues. Thanks @jussi-kalliokoski !