Primi 0.2.1
- Handling of strings and numbers is now strict.
- No more magic conversion of
"123"
(string) to123
(number). - Comparison of string and integer is allowed, but always returns false.
- No more magic conversion of
- Regex literals are now
r"..."
instead of slashes. - REPL mode has new command
?
one can use to print out variables from global context.