i would add support for binary and octal integer literals like 0b1001011 or 0o0755 as in Python and Ruby. octal integer literals are helpful when working with unix (file) modes/permissions (which i do frequently).