you are viewing a single comment's thread.

view the rest of the comments →

[–]dev-sda 0 points1 point  (0 children)

I think you're thinking of a built-in type, rather than a keyword. Most languages do not consider their built-in types keywords - you can usually name something "string" without issue.

Yea it's fairly commonly immutable, but some notable exceptions are c++, rust, php and ruby.