top | item 40371588

(no title)

garethrowlands | 1 year ago

As others have said, types don't necessarily exist at runtime. Types allow reasoning about the program source without executing it. Java is more the exception than the rule here; conventionally compiled languages such as C don't usually have types at runtime.

discuss

order

No comments yet.