Create a list of syntax sugar already in place #3

Closed
opened 2018-03-11 07:39:33 +00:00 by DanilaFe · 0 comments
Owner

It's good just to keep track of it. The ones I can remember off the top of my head are the two type-related bits of sugar, such as (a, b)->c becoming function(a, b, c) and [a] becoming array(a).

It's good just to keep track of it. The ones I can remember off the top of my head are the two type-related bits of sugar, such as `(a, b)->c` becoming `function(a, b, c)` and `[a]` becoming `array(a)`.
DanilaFe added the enhancement label 2018-03-11 07:42:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Experiments/libabacus#3