Click here to Skip to main content
15,898,757 members
Articles / General Programming / Architecture

Record Types in the Practical Type System (PTS)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
12 Nov 2023CPOL37 min read 3.8K   1  
This article explains why we need native record types, and how they work in PTS.
Record types are used often, in all kinds of software development projects. Therefore, a practical type system should provide a comprehensive set of features that are easy to use and cover all aspects of working with records.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Luxembourg Luxembourg
Curious programmer. Zealous simplifier. Lifelong student of life.
I care about creating software that is easy to use, reliable, and maintainable.
https://www.cnpp.dev

Comments and Discussions