Skip to content

Primi 0.2.1

Compare
Choose a tag to compare
@smuuf smuuf released this 14 Oct 15:54
· 347 commits to master since this release
009cf91
  • Handling of strings and numbers is now strict.
    • No more magic conversion of "123" (string) to 123 (number).
    • Comparison of string and integer is allowed, but always returns false.
  • Regex literals are now r"..." instead of slashes.
  • REPL mode has new command ? one can use to print out variables from global context.