-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Data types
- arrays
- maps
Builtin functions
- length
- input
- getitem from index ?
- exit
- something similar to print without the newline, maybe
put?
Operators
-
%modulo - floor division (or at least as a function)
- exponentiation operator
Challenges
-
/* ... */multi-line comments -
?:ternary operator - handle division by 0
- comparison for other types
- add support for expressions in REPL
- raise RuntimeErr when accessing an uninitialized variable
-
break - lambda or anonymous function
- static methods
- getter methods
- multiple inheritance
Others
- more exceptions ?
- try/catch ?
- standard lib / importing ?
- structures ?
- default args
- string format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request