Tagged Questions

4
votes
5answers
464 views

Why did the language designers of C do type equivalance like this?

I'm learning C and I'm reading about type equivalence. I'm curious, does anyone have an opinion why they used structural equivalence for arrays and pointers but they used declaration equivalence for ...
2
votes
2answers
604 views

What are the arguments both for and against both name equivalence and structural equivalence?

In language design circles there used to be a long-running debate over whether languages should use structural equivalence or name equivalence. Languages like ALGOL or ML or Modula-3 used structural ...