Hi Ollef,
I'm interested in how Sixten handles data representation. As far as I know, it's the only language that maintains a flat data layout while still supporting generic functions without runtime specialization.
I haven't been able to find much information on how Sixten achieves this. Could you provide any details on
-How type information is stored and used to allow generics to operate on unboxed data?
-Whether Sixty follows the same approach or differs in any way?
-If any other languages use a similar technique?
Thanks for your time, and I appreciate the work you're doing on this project!