Create a list of syntax sugar already in place #3

Closed
opened 2018-03-10 23:39:33 -08: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-10 23:42:01 -08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Experiments/libabacus#3
No description provided.