isla
isla copied to clipboard
[FEATURE] Language syntax wishlist
- Unary minus would be cool. Currently, instead of writing
-48
, I use(0 - 48)
. - For Infix-notation, could we have
%
and/
operators instead ofmod
anddiv
?
Sounds doable, will keep it in mind :)