Skip to content

ULL-ESIT-PL/proposal-left-side

 
 

Repository files navigation

Function expressions on the left side of assignments

Provides assignable functions that are curried and can be partially modified like in f(2) = 3

Status

This proposal is currently an internal draft.

Contributors

There are no champions at this time. People involved:

  • Pablo Santana González
  • Adrián Mora Rodríguez
  • Casiano Rodríguez León (@crguezl)
  • Coromoto León Hernández (@coromoto

Overview / Motivation

Principles:

Specification Text

Has to be written s.t. like in here.

Documentation

Reference documentation and examples can be found below.

A cookbook to help you get started and learn the ins and outs of Temporal is available here

Implementations

Polyfill Repo Status
@js-temporal/polyfill js-temporal/temporal-polyfill Alpha release available
temporal-polyfill fullcalendar/temporal-polyfill Beta release available

If you're working on a polyfill, please file an issue or PR so we can add yours here.

A non-production polyfill was built to validate this proposal. This polyfill continues to live in this repo, but only for the purposes of running tests and powering the documentation "playground" as described below.

DO NOT use this polyfill in your own projects! Instead, please use a polyfill from the table above.

Documentation Playground

When viewing the reference documentation, the non-production polyfill is automatically loaded in your browser, so you can try out Temporal by opening your browser's developer tools console.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • Shell 0.1%