September 30, 2021

Project description
SAOC projects

Hello!

Last week I managed to do the following tasks for #SAOC2021:

  • read about how Rust handles this; it has a totally different approach: data aggregates (structs, enums and tuples) are all unrelated types. You can define methods on them, and make the data itself private, all the usual tactics of encapsulation, but there is no subtyping and no inheritance of data.
  • started to write the DIP

The plan for the next week:

  • continue to write the DIP and ask mentors for review
  • take a look at the code Edi wrote for his talk