tc39 / proposal-partial-application

Proposal to add partial application to ECMAScript
https://tc39.es/proposal-partial-application/
BSD 3-Clause "New" or "Revised" License
1.02k stars 25 forks source link

Simplify proposal, specify eager evaluation #22

Closed rbuckton closed 6 years ago

rbuckton commented 6 years ago

This includes the following changes:

The goal of these changes is to make the proposal more focused and define explicit behavior.

Fixes: #1, #2, #6, #9, #11, #14, #18, #20

rbuckton commented 6 years ago

//cc: @littledan, @gilbert, @royling