You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already If for generating if statements (avoiding the keyword). There could similarly be When for when statements instead of switch, and Do/While instead of doRepeat/repeatWhile, etc.
This would make it more obvious and easier to remember what dsl function corresponds to what output.
Other possibilities to consider:
Class/Interface
Val, Var, Fun
For instead of foreach
ElseIf/Else instead of 'orElseIf' and 'orElse'
get/set instead of getter/setter (get and set are soft keywords)
etc.
The text was updated successfully, but these errors were encountered:
There is already
If
for generating if statements (avoiding the keyword). There could similarly beWhen
for when statements instead ofswitch
, andDo
/While
instead ofdoRepeat
/repeatWhile
, etc.This would make it more obvious and easier to remember what dsl function corresponds to what output.
Other possibilities to consider:
Class
/Interface
Val
,Var
,Fun
For
instead offoreach
ElseIf
/Else
instead of 'orElseIf' and 'orElse'get
/set
instead ofgetter
/setter
(get and set are soft keywords)The text was updated successfully, but these errors were encountered: