Hacks on hacks: gist.github.com/jspahrsummers/
Conversation
? What is this solving?
1
1
Classes can’t (as of the public seed) have non-fixed layouts without special/dangerous compiler flags.
2
Replying to
Oh. Bummer. I guess I haven't noticed because I use structs for everything? trololol
Replying to
Using structs for concurrency primitives (e.g., an MVar) would lead to some fun explorations of quantum uncertainty.
1
3
I get those compiler errors as well with structs as well (e.g. Either<T, U>)


