Skip to main content
grammar fixed
Source Link
Doc Brown
  • 220.6k
  • 35
  • 410
  • 625

The idea of having a type defined by it'sits interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974. According to this paper, which contains a full historic overview, that was exactly the time when the idea of type abstraction was invented.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974. According to this paper, which contains a full historic overview, that was exactly the time when the idea of type abstraction was invented.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

The idea of having a type defined by its interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974. According to this paper, which contains a full historic overview, that was exactly the time when the idea of type abstraction was invented.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

added 39 characters in body
Source Link
Doc Brown
  • 220.6k
  • 35
  • 410
  • 625

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974. According to this paper, but I would not be astonished if someone else finds an even older referencewhich contains a full historic overview, that was exactly the time when the idea of type abstraction was invented.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974 , but I would not be astonished if someone else finds an even older reference.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974. According to this paper, which contains a full historic overview, that was exactly the time when the idea of type abstraction was invented.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

added 39 characters in body
Source Link
Doc Brown
  • 220.6k
  • 35
  • 410
  • 625

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974 , but I would not be astonished if someone else finds an even older reference.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974 , but I would not be astonished if someone else finds an even older reference.

The idea of having a type defined by it's interface (in a general meaning, including syntax and semantics) is well known under the name Abstract Data Type. The oldest reference to this term I could find is here, ("Programming with Abstract Data Types", B. Liskov and S. Zilles), it refers back to 1974 , but I would not be astonished if someone else finds an even older reference.

The ADT concept has not much to do with "duck typing" or "dynamic typing". You can implement ADTs easily in a statically typed language like, for example, C++ by utilizing classes.

added 39 characters in body
Source Link
Doc Brown
  • 220.6k
  • 35
  • 410
  • 625
Loading
Source Link
Doc Brown
  • 220.6k
  • 35
  • 410
  • 625
Loading