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
However, the EVE language has a handicap. No Unicode operators. So EVE must compensate with better features than Bee. Improvement for 2023:
Change the declaration of types using "Type Hints" instead of "Java Style" that define type first. We can't specify the type all the time. So type inference will be more important.
Change subroutine to process. We create a new concept: named processes. These are similar to procedures. Have name and input/output parameters.
Change: set instead of stow, new instead of make and let instead of alter. These changes will improve readability.
Improve data types: Literals for Lists (), Arrays [], DataSets {}. Add examples for type inference and type declaration.
Improve control structures. Bee has better control flow. We need scope for cycle and new keywords. Use "repeat" for ending the loop and "done" instead of "end" to close a block.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We have a better job design for Bee.
However, the EVE language has a handicap. No Unicode operators. So EVE must compensate with better features than Bee. Improvement for 2023:
All reactions