8

Currently building a simple-as-possible source language for my compiler and I was thinking whether I really need structs and arrays as fundamental objects. But I guess it makes sense because one is a heterogeneous collection and one a homogenous collection

My thought: Let's call those types Homo and Hetero!

Maybe not the best idea ^^

Comments
Add Comment